Converting images into WebP files using PHP.
In this tutorial, we will show you how to convert JPEG and PNG files into the WebP format using PHP.
Read More...In this tutorial, we will show you how to convert JPEG and PNG files into the WebP format using PHP.
Read More...A short guide on how to convert meters or cm into feet and inches using PHP.
Read More...A guide on how to fix the “Synchronous XMLHttpRequest” warning that appears in Firefox, Chrome and Edge.
Read More...A tutorial on how to remove the first character of a string using JavaScript.
Read More...A guide on how to spoof an AJAX request using PHP and cURL.
Read More...A short guide on how to get the IP address of the current server using PHP.
Read More...A beginner’s tutorial on how to get tomorrow’s date using PHP.
Read More...A beginner’s guide on how to hide an image using JavaScript.
Read More...This is a beginner’s guide on how to convert a number into a string using JavaScript.
Read More...This is a beginner’s guide on how to split a string using JavaScript.
Read More...This is a beginner’s guide on how to create a DO/WHILE loop using JavaScript.
Read More...A guide on how to tell PHP’s cURL functions to return the response as a string instead of printing it out to the browser.
Read More...This is a tutorial on how to delete a file using PHP.
Read More...A tutorial on how to append HTML to a body using JavaScript. This guide also gives an explanation on why you should avoid using document.body.innerHTML!
Read More...This is a short tutorial on how to convert a string into a number using JavaScript.
Read More...This is a tutorial on how to convert a JavaScript array into a string.
Read More...This is a short tutorial on how to pass JSON data from PHP to JavaScript.
Read More...This is a tutorial on how to add new properties to a JavaScript object.
Read More...This is a tutorial on how to remove a CSS class from a HTML element using JavaScript.
Read More...A tutorial on how to change the “src” attribute of an image using JavaScript.
Read More...This is a guide on how to set the Content-Type header using PHP’s cURL extension.
Read More...In this guide, we will show you how to get the textual name of a month using JavaScript.
Read More...This is a JavaScript tutorial on how to get HTML elements by their class name.
Read More...In this guide, I will show you how to remove warning messages in PHP.
Read More...This is a tutorial on how to use PHP’s ternary operator.
Read More...This guide explains why you should NEVER ever trust the “type” field in PHP’s $_FILES array.
Read More...This is a short tutorial on how to upload a file using PHP’s cURL extension.
Read More...In this guide, we will show you how to fix the PHP error “Fatal error: Function name must be a string.”
Read More...This is a PHP tutorial on how to check if a string contains a given substring.
Read More...In this tutorial, we will show you how to convert a string into lowercase using PHP.
Read More...This is a tutorial on how to append an element onto the end of a PHP array.
Read More...In this guide, we will show you how to fix PHP warnings about the POST Content-Length exceeding the post_max_size limit.
Read More...This is a tutorial on how to upload a file using PHP
Read More...In this PHP tutorial, we will show you how to calculate the number of weeks that occurred between two given dates.
Read More...This is a tutorial on how to export MySQL data to an Excel file using PHP.
Read More...