PHP Pagination | Pagination in PHP using MySQL
In this PHP tutorial, we will see how to perform pagination in PHP . When you use SQL SELECT statement to fetch records from database, it may result in thousands…
How to Upload Image in Database in PHP | Image Uploading in PHP
In this article, we will see how to upload images using database and display gallery . For image upload we will require an HTML form that allows image uploading , table…
Dropdown List in PHP | Binding Dropdown List with MySQL in PHP
In today's tutorial, we will see how to bind dropdown box with the MySQL table data content of the Dropdown list will not be fixed rather it will come from…
Form handling using PHP | PHP Forms
Using PHP you can respond or process the data to be submitted by HTML form information will be gathered by HTML form and further processed by PHP, thus you can…
Difference between GET & POST | GET vs. POST
Difference between GET and POST | GET vs. POST GET POST Visibility in URL In GET method, data to be passed is visible in URL in address bar. In POST…