PHP: Return array from include file.
This is a short PHP guide on how to return an array from an included file.
Read More...This is a short PHP guide on how to return an array from an included file.
Read More...In this tutorial, I will be showing you how to check if a row exists in MySQL. To do this, I will be using PHP’s popular PDO object.
Read More...This is a short PHP tutorial on how to get numbers from a string using the preg_match_all function.
Read More...This is a short guide on how to increase PHP’s maximum upload size.
Read More...This is a short guide on how to fix the “argument must be an instance” error in PHP.
Read More...This is a short PHP guide on how to check if a string starts with a given string.
Read More...This is a guide on how to set custom HTTP response headers using PHP.
Read More...This is a short guide on how to completely disable PHP’s memory limit value.
Read More...This is a short PHP tutorial on how to calculate what date Easter falls on for a given year.
Read More...In this guide, I will show you how to create a ZIP file using PHP.
Read More...This is a short guide on how to force a PDF file to download using PHP.
Read More...In this tutorial, I will show you how to receive an XML string via raw post data using PHP.
Read More...This is a short guide on how to work with a PHP array that contains objects.
Read More...In this beginner’s tutorial, I will show you how to print out JSON using PHP and specify the correct Content-Type header.
Read More...A short guide that I wrote on fixing the dreaded “Unexpected token o in JSON” error.
Read More...This is a short guide on how to force PHP’s cURL functions to follow a HTTP redirect.
Read More...This is a beginner’s tutorial on how to use the Radio Button HTML element with PHP.
Read More...This is a PHP tutorial on how to retrieve a visitor’s country code from Cloudflare’s CF-IPCountry header.
Read More...This is a short PHP tutorial on how to use cURL to make a Basic Access Authentication request.
Read More...This article shows you how to the get the user’s IP address from a Cloudflare request using PHP.
Read More...This is a common question amongst beginner developers. In this article, I clear up the confusion about it and offer an alternative solution.
Read More...In this guide, we show you how to block POST requests using PHP. We also show you which HTTP header you should return to the client.
Read More...This is a beginners guide on how to round a decimal number up using PHP’s ceil function.
Read More...This is a common error that occurs whenever you attempt to use PHP’s cURL functions to connect to an HTTPS website.
Read More...This is a short PHP tutorial on how to convert an image file into Base 64 before displaying it.
Read More...This is a short guide on how to log text to a file using PHP.
Read More...A short tutorial on how to get a client’s request headers using PHP.
Read More...This is a short guide on how to calculate the ratio between two numbers using PHP.
Read More...This is a short guide on how to use a local WSDL file with the PHP SoapClient object.
Read More...Emulating Excel’s TREND / FORECAST function in PHP.
Read More...A guide on selecting the correct www.conf settings for PHP-FPM.
Read More...This is a short PHP tutorial on how to send a HTTP POST request without using cURL.
Read More...This is a common error that occurs whenever PHP’s curl extension has not been installed or enabled.
Read More...This is a PHP tutorial on how to get a list of files that have been included in your script.
Read More...This is a short tutorial on how to copy files using PHP.
Read More...