Related resources for PHP tutorials
  • Implode and Explode in PHP7/5/2021 5:32:11 AM. In this article, learn how to use PHP Implode and PHP Explode in an application. PHP Explode function breaks a string into an array. PHP Implode function returns a string from an array.
  • Dropdown List in PHP6/16/2020 12:26:57 AM. In this article you will see how to create a static and dynamic drop down list in PHP.
  • Insert Value From Radio Button in MySQL in PHP6/16/2020 12:21:45 AM. Using this article one can easily understand how to insert a value from a radio button into a MySQL database in PHP.
  • Insert Value From CheckBox In Database (MySQL) In PHP6/16/2020 12:16:25 AM. In this article you will see how to insert a value from a checkbox in the MySQL database.
  • Include() and Require() Function in PHP5/28/2019 6:39:36 PM. Let's learn php include file functionality using the include() and require() functions in PHP.
  • Date() Function in PHP10/29/2018 2:06:02 AM. Using this article one can easily understand , how to format a date and time in PHP and related functions.
  • Mathematical Functions in PHP10/29/2018 1:43:56 AM. In this article you will see how to use mathematical functions in PHP. abs () function, dechex () function, sqrt() function, log() function, floor() function, ceil() function, pow() function, max() fu
  • Functions in PHP10/29/2018 12:58:14 AM. Using this article one can easily understand the concept of functions in PHP.
  • Install Joomla 2.5 on WampServer in PHP1/3/2013 8:37:35 AM. In this article you will see how to install Joomla on a WampServer.
  • PHP Tutorial 3 - Form Validation in PHP7/17/2012 11:31:04 PM. Here, we will stick to the form validation process through PHP only.
  • PHP Tutorial 2 - Hello World Program7/17/2012 11:27:05 PM. This tutorial will guide you to a simple "Hello world" program in PHP; it will also show the use of loop and conditional statements in PHP.
  • How to Take Backup of Joomla Site in PHP6/20/2012 1:49:36 PM. In this article you will see how to take a backup of a Joomla Site in PHP.
  • Install and Use New Template in Joomla Site in PHP6/20/2012 1:16:50 PM. In this article I will tell you how to install a new tamplate and use it in Joomla.
  • Install and Use Simple Image Gallery in Joomla in PHP6/19/2012 4:42:38 PM. In this article you will see how to install and use a simple image gallery in a Joomla site.
  • Install Wordpress on WampServer in PHP5/31/2012 1:51:19 PM. In this article you will see how to install wordpress in a WampServer.
  • Creating a Search Page in PHP5/23/2012 11:12:41 PM. In this article we will learn how to make a search page in PHP.
  • Display Records From One ComboBox to Another in PHP5/23/2012 11:10:03 PM. In this article we will learn how to get the related records from a ComboBox by selecting any items of another ComboBox.
  • Login Page With CodeIgniter Framework in PHP4/18/2012 5:42:13 PM. In this article you will see how to build a Login page with the CodeIgniter framework in PHP.
  • Types of Print Function in PHP3/29/2012 1:33:13 PM. Using this article you can get more knowledge of many types of print functions.
  • Fetch Data From Database With CodeIgniter Framework in PHP3/28/2012 11:08:04 AM. In this article I will explain how to fetch data from a database using the CodeIgniter framework in PHP.
  • Introducing CodeIgniter Framework in PHP3/27/2012 7:11:35 PM. In this article you will see how to use the MVC architecture in PHP through the CodeIgniter framework.
  • MVC in PHP3/25/2012 4:29:02 PM. This article is an introduction to the use of Model, View, Controller (MVC) in PHP.
  • Types of Errors in PHP3/18/2012 5:41:54 PM. Using this article one can easily understand errors in PHP.
  • Image Uploading in PHP3/17/2012 3:49:50 PM. In this article you will see how to upload an image and how to see an uploaded image using PHP.
  • Validation in PHP3/14/2012 3:32:25 PM. Using this article one can easily understand how to apply validation in a PHP form.
  • Browser Information in PHP3/13/2012 2:21:57 PM. Using this article one can easily understand, how to determine browser name and IP address in PHP.
  • SQL Limit in PHP3/5/2012 8:20:03 AM. In this article you will see, how to execute a LIMIT operator of mysql in PHP. 
  • Dynamic Navigation Menu in PHP3/5/2012 8:14:44 AM. Using this article one can easily understand the concept of a dynamic navigation menu in PHP.
  • Sorting Arrays in PHP3/3/2012 8:03:53 PM. Using this article one can easily understand sorting arrays in PHP.
  • Delete Statement in PHP3/2/2012 2:44:08 PM. Using this article one can easily understand how to delete data from a database in PHP.
  • Update Statement in PHP3/1/2012 10:18:50 AM. In this article you will see how to update data in the database through HTML table.
  • $_GET and $_POST in PHP2/20/2012 4:09:31 PM. Using this article one can easily understand the difference between the GET and POST methods in PHP.
  • Arrays in PHP2/18/2012 4:59:02 PM. Using this article one can easily understand the concept of arrays in PHP .
  • Looping in PHP2/16/2012 12:14:12 PM. In this article you will see types of loops and how to use of loops in PHP.
  • Conditional Statemets (if...else) in PHP2/15/2012 1:11:13 PM. Using this article one can easily understand conditional statements or decision statements in PHP.
  • Operators in PHP2/14/2012 10:56:24 AM. In this article you will see the types of operators available and how to use them in PHP.
  • Variables in PHP2/12/2012 3:08:25 PM. In this article you will see the types of variables and how to use variables in PHP.
  • Work with a Filter in PHP 12/28/2011 9:24:23 AM. In this article we are going to understand the concept of the PHP filter. First of all we need to understand the concept thoroughly. You must have installed the Xampp server.
  • Exception handling in PHP: Part 212/26/2011 1:04:55 PM. In this article we going to understand the next four error handling methods. An exception is the abnormal termination of the program. It is known as run time errors.To avoid the abnormal termination of program we use exception handling.
  • Exception handling in PHP: Part 112/26/2011 12:21:40 PM. In this article we are going to understand the concept of exception handling. An exception is the abnormal termination of the program and here you learn how to handle this exceptions.
  • Inheritance in PHP12/24/2011 5:46:22 AM. In this article we are going understand the concept of inheritance with PHP scripting.
  • Work with Static Methods and Variables in PHP12/23/2011 10:20:20 AM. In this article we are going to understand the concept of static methods and variables. Methods and variables can also be used and accessed if they are defined as static in a class.
  • File uploading in PHP using XAMPP12/12/2011 10:36:11 PM. In this article we are going to understand how to upload a file with the help of PHP. For this purpose you must install a XAMPP server.
  • Working with files in PHP 12/12/2011 10:32:41 PM. In this article we are going to understand the handling of files with a practical approach. File handling functions in PHP are extremely useful and user-friendly.
  • Paging in PHP12/12/2011 10:29:12 PM. In this article we will learn how to do paging in PHP using Ajax.
  • Sorting in PHP12/10/2011 2:42:16 PM. In this article we will learn how to do sorting in PHP using AJAX.
  • Display Related Records in PHP12/10/2011 12:14:27 AM. In this article we will learn how to display related records from the database when we click a show all link using PHP.
  • Registration page in PHP12/5/2011 10:42:11 PM. In this article we will learn how to create a simple registration page using PHP.
  • Display data from a database through PHP12/3/2011 11:37:26 PM. In this article we will learn how to display the records from the database using PHP. Before going forward we should know about WAMP Server. This is an environment where we can run your php scripts and create databases.