All TalkersCode Topics

Follow TalkersCode On Social Media

Submit The Form Without Page Refresh Using Ajax And jQueryIn this tutorial we will teach you how to submit the form without page refresh and then insert the data into database using Ajax and jQuery.You need to download jQuery to submit the form without p...

Tags - Ajax,JavaScript,jQuery,PHP | Published On - 15 Apr 22

Validate The Form Data Before And After Submitting The Form Using JavaScript And PHPForm Validation is very important technique when you want to send data to the server. There are two types of validation Client-Side Validation and Server-Side Validation. In this tutorial we use both ...

Tags - JavaScript,PHP,MySQL | Published On - 15 Apr 22

Upload Image to Database and Server using HTML,PHP and MySQLImage Uploading is very easy there are two ways you can upload the image either to the database or in the server as you like. In this tutorial we use both ways to upload and display the image. All y...

Tags - HTML,PHP,MySQL | Published On - 15 Apr 22

Compress,Reduce,Resize The Image Before Uploading To Database With PHPResizing the image is always be the difficult task doing with programming languages but nowadays, PHP make this simple. With PHP you can do any king of image manipulation you want with the help of i...

Tags - PHP,PHP GD,HTML,MySQL | Published On - 15 Apr 22

Simple And Best Pagination With PHP, MySQLPagination technique is used to fetch small amount data stored in a database inspite of fetching all the data at once from the database. It is very usefull technique it load the page fast. You can m...

Tags - PHP,MySQL | Published On - 15 Apr 22