All TalkersCode Topics

Follow TalkersCode On Social Media

devloprr.com - A Social Media Network for developers Join Now ➔

Read XML file Using PHPExtensible Markup Language (XML) is a simple, very flexible text format it is also playing an increasingly important role in the exchange of a wide variety of data on the Web and elsewhere.In this t...

Tags - PHP | Published On - 1 Jul 23

Import Excel File Into MySQL Using PHPIn this tutorial we will show you how to import excel file data into mysql database using PHP. Generally this process is very hard if you directly import excel file data into mysql database but now b...

Tags - PHP,MySQL | Published On - 1 Jul 23

Upload Image From URL Using PHPIn this tutorial we will show you how to upload an image from url using PHP.You have to enter complete url of image which ends like file.jpg or any image extension and your image will be uploaded.Yo...

Tags - PHP,HTML | Published On - 1 Jul 23

Prevent Multiple And Duplicate Form Submission Using PHP And MySQLAfter submitting the form there are some situation when user reload the page or click on submit button again just to ensure that his data is submitted due to this we get many rows of duplicate data ...

Tags - PHP,MySQL | Published On - 1 Jul 23

Create Dynamic Form Using PHP, jQuery And MySQLIn this tutorial we will show you how to create dynamic form using PHP, jQuery and MySQL.In this if user wants to add more data in database he can add more fields in table and if he wants to delete ...

Tags - PHP,jQuery,MySQL | Published On - 1 Jul 23

Block User From Visiting Website Using PHPSometimes there are some user in a website who try to break website policies, not doing things as per website guidelines, post malicious data in website, put comment on website that harm website ima...

Tags - PHP,MySQL,HTML | Published On - 1 Jul 23

Read And Delete File From Folder Using PHPIn this tutorial we will show you how to read and delete file from folder using PHP.Using this method you can display all the files present in folder and delete any type of file using PHP...

Tags - PHP | Published On - 1 Jul 23

Encode And Decode URL Using PHPIn this tutorial we will show you how to encode and decode url using PHP.Encoding and decoding is required before sending and after sending the url to replace some special characters from url...

Tags - PHP,HTML | Published On - 1 Jul 23

Generate Barcode Using PHPA barcode is an optical, machine-readable, representation of data, the data usually describes something about the object that carries the barcode.Barcodes is used to store any kind of data of any ob...

Tags - PHP,HTML | Published On - 1 Jul 23

Convert HTML To PDF Using PHPIn this tutorial we will show you how to convert HTML to PDF using PHP with the help of DOMPDF library.Using this method you can convert HTML into PDF with inline styling support.You can also downlo...

Tags - PHP,HTML | Published On - 1 Jul 23