PHP: Assign a function to a variable.
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 assign an anonymous function to a variable in PHP and then call it.
Read More...This is a short jQuery tutorial on how to use the $.each function.
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...In this guide, I will show you how to check if a given HTML element exists using JavaScript.
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...The other day, I stumbled across a CORS-related bug in Microsoft Edge.
Read More...In this tutorial, I will be showing you how to get the width and height of an image using PHP.
Read More...In this guide, I will be showing you how to get the size of a selected input file using JQuery.
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...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 tutorial on how to get a random value from a JavaScript array. To do this, we will have to generate a random index number that represents an element in the array.
Read More...The other day, I came across a frustrating CORS-related error while developing a Facebook Instant Game. This is a short post on how I fixed it.
Read More...This is a short guide on how to add an image to a canvas element using JavaScript.
Read More...In this guide, we show you how to get the day of the week using JavaScript. We also provide you with a custom function that you can copy.
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 JavaScript tutorial on how to check if a given object property exists.
Read More...This is a short guide on how to check if a variable or value if an object using JavaScript.
Read More...This is a short tutorial on how to change the text of a DIV element using the JavaScript JQuery library.
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...