Cannot modify header information – headers already sent.
PHP’s “Cannot modify header information” error will appear if you output data before you modify the headers.
Read More...PHP’s “Cannot modify header information” error will appear if you output data before you modify the headers.
Read More...This is a short tutorial on how to connect to multiple MySQL databases in the same script using the PDO object.
Read More...An introductory tutorial to building user login & registration forms with PHP’s PDO object.
Read More...A short tutorial on how to generate random names with PHP.
Read More...A tutorial on how to process HTML checkboxes with PHP.
Read More...A simple tutorial on how to generate random RGB and Hex colors with PHP.
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...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...