PHP: Add days to a date.
This is a short tutorial on how to add days to a given date using PHP.
Read More...This is a short tutorial on how to add days to a given date using PHP.
Read More...This is a short guide on how to receive raw POST data in PHP.
Read More...In this PHP tutorial, we will show you how to check if a number is odd or even.
Read More...This is a short guide on how to remove whitespace characters in PHP.
Read More...This is a PHP tutorial on how to list all of the indexes that have been assigned to a MySQL table.
Read More...Please don’t use PHP’s die / exit statement unless it is absolutely necessary.
Read More...This is a beginner’s guide on how to get the length of a PHP array.
Read More...This is a tutorial on how to return multiple values from a PHP function.
Read More...This is a guide on how to prevent a user from directly accessing a PHP include file in their browser.
Read More...This is a tutorial on how to replace an array key in PHP.
Read More...This is a short tutorial on how to get a list of all MySQL databases using PHP’s PDO object.
Read More...This is a guide on how to find and extract all image elements from a string containing HTML.
Read More...This is a PHP tutorial on how to extract all links and their anchor text from a HTML string.
Read More...In this guide, we are going to show you how to get the extension of a file using PHP.
Read More...This is a PHP guide on how to get a date that was 7 days ago.
Read More...This is a PHP tutorial on how to split a string by the first occurrence of a given character.
Read More...This is a short tutorial on how to get a random character from a string using PHP.
Read More...This is a short PHP guide on how to fix the “Array to string conversion” error.
Read More...This is a short and simple PHP tutorial on how to convert an array of strings into a comma-delimited string. To do this, we will use PHP’s handy implode function.
Read More...In this tutorial, we are going to show you how to refresh a page using PHP. To do this, we will send a header to the browser.
Read More...This is a tutorial on how to count the number of rows in a MySQL table using PHP’s PDO object.
Read More...This is a short tutorial on how to calculate the number of days until next Christmas using PHP.
Read More...This is a short PHP guide on how to convert a regular date string into a Unix timestamp.
Read More...This is a short guide on how to check whether cURL is enabled as a PHP extension or not.
Read More...This is a short guide on how to check if a PHP class exists or not.
Read More...This is a JavaScript tutorial on how to populate a SELECT element’s options with an Ajax request.
Read More...This is a short guide on how to assign an anonymous function to a variable in PHP and then call it.
Read More...This is a short guide on how to set the timeout for PHP’s file_get_contents function.
Read More...This is a guide on how to send XML via a POST request using PHP.
Read More...This is a PHP tutorial on how to convert a standard 24 hour date and time into a 12 hour time.
Read More...In this tutorial, I will be showing you how to get the width and height of an image using PHP.
Read More...This is a PHP tutorial on how to download a file from a remote server using file_get_contents.
Read More...This is a common error to witness if you are a PHP developer who is learning how to use the PDO extension.
Read More...This is a guide on how to use a proxy with PHP’s cURL functions.
Read More...In this tutorial, I will show you how to send multiple non-blocking / asynchronous cURL requests using PHP.
Read More...