PHP: Check if a date falls on the weekend.
This is a short PHP tutorial on how to determine if a given date falls on the weekend.
Read More...This is a short PHP tutorial on how to determine if a given date falls on the weekend.
Read More...In this guide, we are going to show you how to redirect a web page after five seconds. You can do this using HTML, PHP or JavaScript.
Read More...This is a short tutorial on how to prevent your web pages from being loaded inside iFrames on other websites.
Read More...This is a short guide on how to convert an integer number into a month name using PHP.
Read More...This is a tutorial on how to add columns to a MySQL table using PHP.
Read More...This is a short and simple guide on how to convert a portrait image into a landscape image using PHP’s GD and Image Functions.
Read More...This is a guide on how to detect AJAX requests with PHP.
Read More...This is a guide on how to force users to use your PHP application with HTTPS instead of HTTP.
Read More...In this article, we will show you how to solve the issue of index.php files not being served as the default file.
Read More...This is a short guide on how to use newlines and carriage return characters from text using PHP.
Read More...This guide should help you figure out why your PHP upload form isn’t working.
Read More...This is a short guide on how to write PHP code that identifies whether your application is running on a production server or a test / development server.
Read More...In this tutorial, we will show you how to get the full HTTP URL of the current web page using PHP.
Read More...In this short PHP guide, I will show you how easy it is to spoof the HTTP referer field using cURL.
Read More...In this tutorial, I will show you how to generate random lotto results using PHP.
Read More...This is a short guide on how to convert XML into JSON using PHP.
Read More...This is a very short tutorial on how to convert negative numbers to positive numbers using PHP.
Read More...This is a tutorial on how to validate user-submitted dates using PHP.
Read More...In this tutorial, we will use PHP to check if a file exists before we attempt to create it.
Read More...This is a guide on how to use PHP to search for a particular substring in an array.
Read More...In this beginner’s tutorial, I will show you how to list all files in a directory using PHP. We will do this using PHP’s glob function.
Read More...A guide on how to delete all files and sub-folders in a given directory.
Read More...This is a beginner’s tutorial on how to send a simple HTTP GET request with PHP.
Read More...A collection of humorous PHP and Web Developer-related T-Shirt slogans that you can buy online.
Read More...An example of exporting MySQL rows to a CSV file that is downloaded by the user’s browser.
Read More...Convert a CSV file into a JSON string format.
Read More...Converting JSON data into a CSV file using PHP.
Read More...A tutorial on how to receive raw JSON POST data with PHP.
Read More...This is a short guide on how to check to see if a PHP function exists (i.e. if it has been defined or not).
Read More...How to stop web browsers from caching your JavaScript files.
Read More...A tutorial on how to dynamically create CSS stylesheets with PHP.
Read More...This is a short guide on how to get the day of the week from a given date in PHP.
Read More...This is a quick tutorial on how to “return” variables from an included PHP file.
Read More...This is an extremely simply tutorial on how to populate a drop down list using values that you’ve selected from MySQL.
Read More...A simple guide to using Try & Catch in PHP.
Read More...