If you want to add an extra field on WordPress User profile, then we can do it using plugins or adding some code in “functions.php”…
If you want to add an extra field on WordPress User profile, then we can do it using plugins or adding some code in “functions.php”…
Admin Plus Free Login System is free Login system built using PHP, Mysql and Zurb’s Responsive Framework Foundation. This is very simple login panel where…
I have published so many tutorial on installing and configuring xampp but today going to show you how to install lampp (stands for Linux, apache,MariaDB/MySQL,php…
Client side Data validation is good but not as secure as Server side input data validation. If you only rely on client side data validation…
In this tutorial I am going to show, how to create a photo gallery using PHP. I will not recommend to create gallery in PHP…
In this post I am going to show you how to display recent post with small thumbnails, I have used this code in one of…
When we develop Website using WordPress on Linux using Xampp or Lampp, while installing Plugins WordPress asks FTP details. This happens due to wordpress folder’s…
My students learning PHP ask me to show how to make a single page web application (SPA) in PHP using master page concept. In this…
This tutorial show you how to manipulate file and directory with PHP , we will learn how to create a directory, directory already existed or…
In this tutorial I am going to demonstrate how to upload a file (like images, word and PDF documents, videos, ZIP) using PHP to server.…