PHP CSV File Export
In this tutorial, we are going to see how to export MySQL database records to a CSV file. Few days before we have seen about how to read fro ...
PHP tutorials and backend development guides covering authentication, forms, security, and database-driven applications. These articles focus on practical PHP patterns used in real-world web projects.
In this tutorial, we are going to see how to export MySQL database records to a CSV file. Few days before we have seen about how to read fro ...
Using PHP through the command line is possible and we will see how to do it in this tutorial. Generally, PHP is used for creating web-based ...
This tutorial helps to add or remove textbox dynamically using jQuery and PHP. It also describes how to read the values of dynamically creat ...
In this tutorial, we are going to see the simple code for pagination using jQuery AJAX and PHP. This code will have first, last, previous, n ...
PHP Google OAuth API allows users to login in to a website with their Google credentials. A user with a Google account need not remember yet ...
Responsive web design(RWD) is a methodology for designing the web page in such a way that it adapts to various devices’ screen resolutions. ...
PHP has several configuration directives to control session handling processes like session upload and URL rewriting. These are set with PHP ...
This tutorial is to help you to read a CSV file or data. Character Separated Values(CSV) or Comma Separated Values is a file type containing ...
Error handling is an important feature to make efficient coding. PHP includes built-in error handling function to be invoked once an error o ...
Adding watermark in PHP is very simple. It can be done using PHP image libraries like GD. Using GD functions, we can use text or image as wa ...