Run PHP Web Applications Without External Server
Introduction This tutorial will show you how to run PHP web applications without external server. So, you don’t need to use external server when you are developing or…
Introduction This tutorial will show you how to run PHP web applications without external server. So, you don’t need to use external server when you are developing or…
This tutorial will show you how to login to an application with remember me functionality. Sometimes you need to remember username and password for few days or years…
Introduction I am going to show you how to build infinite dynamic multi level nested category with PHP and MySQL server. Here I will show example of infinite…
This tutorial shows how to create effective pagination in PHP and MySQL. When there are lots of data need to be shown on a page then the data…
Introduction This tutorial shows database connection example in PHP and MySQL. Here I will create a PHP file with commonly used functions on how to connect to MySQL…