How to make a countdown using PHP
This tutorial will show you how to implement a server-side countdown using PHP and sessions.
Read More...This tutorial will show you how to implement a server-side countdown using PHP and sessions.
Read More...A small tutorial on how to get the first element of an associative array in PHP.
Read More...In this example, we are going to show you how to calculate an “average number” using PHP.
Read More...Generating a random date / timestamp with PHP.
Read More...A simple tutorial on custom exception handling with PHP.
Read More...This PHP tutorial will show you how to delete database rows using the PDO object and prepared statements.
Read More...A beginners tutorial on updating MySQL rows with the PDO object.
Read More...A beginners tutorial on how to select rows from MySQL using the PDO object.
Read More...A simple tutorial on how to insert rows into MySQL with the PDO object.
Read More...This PHP tutorial will show you how to insert multiple rows from a PHP array using the PDO object.
Read More...This is a short guide on how to remove an element from a PHP array.
Read More...A simple tutorial on how to connect to a MySQL database with PHP.
Read More...This a short tutorial on how to create a CSV file with PHP.
Read More...This tutorial will show you how to print out the contents of a PHP array using the print_r or var_dump functions.
Read More...A tutorial on how to get the driving distance between two locations in PHP.
Read More...This is a beginner tutorial on PHP objects and classes.
Read More...A short tutorial on how to save a PHP array to a database.
Read More...A tutorial on how to read CSV files with PHP.
Read More...Funny comments that were found inside source code.
Read More...In this article, we will discuss the most common causes of slow PHP scripts.
Read More...In this PHP tutorial, we show you how to find the index of the current element in a foreach loop.
Read More...A simple tutorial on how to save a PHP array to a text file. This tutorial also shows you how to load the array in question.
Read More...A guide on error handling with PHP’s outdated mysql_* extension.
Read More...In this article, we are going to show you how to create a recursive function in PHP.
Read More...Simple examples on how to carry out an Ajax request with JQuery and PHP.
Read More...Dealing with whitespace characters and PHP’s empty function.
Read More...In this PHP tutorial, we will show you how to automatically add a copyright year to the footer of your website.
Read More...How to verify a user’s email address with PHP.
Read More...You should not be validating emails using regular expressions. Instead, you should use PHP’s filter_var function.
Read More...An article on how to do error handling with json_encode and json_decode.
Read More...How to search between dates in MySQL.
Read More...PHP will throw a “division by zero” warning (or exception) if your code attempts to divide a number by 0.
Read More...In this guide, we are going to show you how to abort an Ajax request using jQuery.
Read More...Fixing (and avoiding) the “Fatal error: Call to a member function on a non-object” error.
Read More...How to check to see if a valid MySQL connection is open or not.
Read More...