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

PHP

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


PHP file handling assignments with complete solution

PHP file handling Assignment 1 Question:- create a form of  four field as name, address, age and password. Input name, address, age and password through form.…


PHP pagination using associative array

In this tutorial I am going to show you how to create a pagination in PHP using associative array with working tutorial. <?php $state=array(“Andhra Pradesh”=>”Hyderabad”,”Arunachal…


PHP do while loop tutorial with working examples

PHP do while loop : on reaching the control to do statement, the program proceeds to evaluated the body of the loop first. At the…


PHP While Loop Tutorial with Working Examples

In this tutorial we will learn  how to use  while loop with working examples. Looping: looping is also iteration. It  is the ability to perform…