How To Configure PHP, MySQL, Apache HTTP Server
In this tutorial I am going to show you how to configure PHP, MySQL, Apache HTTP Server for developing PHP based web applications. You may create PHP based…
In this tutorial I am going to show you how to configure PHP, MySQL, Apache HTTP Server for developing PHP based web applications. You may create PHP based…
You might encounter the following issue while executing an SQL query qith Group By clause in MySQL database server. Error Type: mysqli_sql_exception #1055 Error Details: Expression #2 of…
I am going to show how to select a row from MySQL database as randomly as possible, but not repeating it. So I am going to select unique…
Introduction Here in this tutorial I am going to show you how to setup Python based Django framework and MySQL database server to execute SQL statement in Windows…
MySQL In this tutorial you will see here how to install MySQL zip archive in Windows operating system. I will download MySQL community version for showing this example.…
I have shown file upload example using PHP in previous tutorials PHP file upload but in this tutorial I will show you how to save the uploaded files to MySQL…
In this tutorial I am going to show you how to take MySQL database backup using PHP programming language. In the world of web it is important to…