PHP Fix: No ‘Access-Control-Allow-Origin’ header.
This is a short guide on how to fix Access-Control-Allow-Origin issues when you are sending Ajax requests.
Read More...This is a short guide on how to fix Access-Control-Allow-Origin issues when you are sending Ajax requests.
Read More...In this tutorial, I will show you how to setup haproxy as a load balancer that uses sticky sessions.
Read More...In this tutorial, I will show you how to send a 404 Not Found header using PHP.
Read More...This is a guide on how to avoid and / or fix one of PHP’s most common fatal errors: The memory exhausted error.
Read More...This is a short tutorial on how to create a simple Reset Password form with PHP and MySQL.
Read More...This is a short PHP tutorial on how to use the wildcard character when using prepared statements with the PDO object.
Read More...In this tutorial, I will show you how to create an Ajax search form using JQuery, PHP and MySQL.
Read More...This is a short guide on how to build a simple search form using PHP and Ajax. In this tutorial, we will use the JQuery library to carry out an Ajax request to a PHP file, which will return our search results.
Read More...This is a short introductory tutorial on how to use “Getters” and “Setters” in PHP.
Read More...This is a short tutorial on how to disable a button until an Ajax request has been completed.
Read More...This is a short guide on how to disable a button with JQuery after it has been clicked.
Read More...This is a short guide on how to use the cURL timeout options in PHP.
Read More...This is a short tutorial on how to send a PUT request using PHP.
Read More...In this guide, we are going to show you how to remove duplicate values from a PHP array.
Read More...This is a common notice / warning that occurs whenever PHP has detected the usage of an undefined constant.
Read More...The function apache_get_version returns a string that contains the version number of the Apache web server that PHP is currently running on.
Read More...This is a quick tutorial on how to cache dynamically generated images in PHP.
Read More...The other day, I was told that the login form for a website I had built had stopped working. I found this very strange, as the site had been working for eight years without any issues.
Read More...This is a simple tutorial on how to use PHP to cache the results of an SQL query to the file system.
Read More...This is a tutorial on how to move files using PHP.
Read More...This is a short tutorial on how to get the last day / date of a given month using PHP.
Read More...This is a guide on how to select all MySQL records from today (or another specified day).
Read More...This is a short and sweet tutorial on how to submit a PHP form (or any HTML form, for that matter) to a new tab using HTML’s target attribute.
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...