Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

PHP

How to add a field on the WordPress Users profile

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 with PHP, MySQL and Foundation

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…


Installing Lampp on Rosa Linux using Shell Script

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…


PHP class to validate Server side Data

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…


Creating a photo gallery using PHP

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…


Displaying Recent Post in WordPress with small thumbnails

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…


Solve WordPress FTP Error while Installing plugins on Linux

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…


PHP Single Page Application (SPA) using master page Concept

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…


PHP File and Directory Tutorial with Assignments

This tutorial show you how to manipulate file and directory with PHP , we will learn how to create a directory, directory already existed or…


PHP File Uploading tutorial with example

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.…