How to convert result of MySQL query in JSON format
Generally, the majority of PHP applications work with MySQL as the back-end database, we can extract the data via the
Read MoreGenerally, the majority of PHP applications work with MySQL as the back-end database, we can extract the data via the
Read MoreA Comma-separated values (CSV) file stores tabular data in plain-text form. It is often a record separated by a comma
Read MoreIn this tutorial, we are going to see how to convert an object to associative array in PHP. An object
Read MoreIn this tutorial, we are going to see how to extract or unzip a folder on FTP server using PHP.
Read MoreIn this tutorial, we are going to see how to import a CSV file into MySQL database using PHP. CSV
Read MoreIn this tutorial, we are going to see how to get data from a database without refreshing the browser using
Read MoreIn this tutorial, we are going to see how to connect to Oracle database with PHP. The majority of PHP
Read MoreIn this tutorial, we are going to see how to connect to a PostgreSQL database with PHP PDO. Before creating
Read MoreIn this tutorial, we are going to see how to convert a multidimensional array into an XML file with PHP.
Read MoreToday, users expect your website to behave dynamically and that’s exactly what PHP is for. As a programming language, PHP
Read More