All TalkersCode Topics

Follow TalkersCode On Social Media

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

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

Create Toggle Panel Using HTML5 And CSSToggle panel is best to use if you want to display more information when you are going short in space in webpage user only have to click on summary and more information panel will open this way you ...

Tags - HTML5,CSS | 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

Custom Error Page Using PHPWhen someone visit a page in your website and if the page is not found or the page is forbidden and or the webpage encountered internal server error than a default server webpage will be display whi...

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

Send Text Message Using PHP And HTMLText Message is always be the one of the best medium to communicate with others. Nowadays many ecommerce companies uses this service to alert there users for offers and orders.It is very easy to in...

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

Display Data In Pie Chart Using PHP And jQueryA pie chart (or a circle chart) is a circular statistical graphic, which is divided into slices to illustrate numerical proportion.It is generally used in business world when you have to display com...

Tags - PHP,jQuery,Google API | Published On - 1 Jul 23

Read HTML From Text File Using PHPIn this tutorial we will show you how to read HTML content from a text file using PHP.In this we read a text file which is present in our folder and have HTML contents by using this method it will a...

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

Create Simple Web Crawler Using PHP And MySQLWeb crawler is used to crawl webpages and collect details like webpage title, description, links etc for search engines and store all the details in database so that when someone search in search en...

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