How to calculate VAT with PHP.
In this tutorial, we will show you how to calculate VAT with PHP. We will also show you how to get the VAT rate from a gross price.
Read More...In this tutorial, we will show you how to calculate VAT with PHP. We will also show you how to get the VAT rate from a gross price.
Read More...A short guide to looping through dates in PHP.
Read More...Measure the execution time of an SQL query in PHP.
Read More...An up-to-date tutorial on how to properly deal with passwords in PHP.
Read More...This is a small cheat sheet for PHP’s strtotime function, which can be used to convert textual sentences such as “next Friday” into UNIX timestamps.
Read More...Convert a YYYY-MM-DD date into a DD-MM-YYYY date in PHP.
Read More...A short guide on how to get the last character of a string in PHP.
Read More...In this guide, we show you how to write a simple PHP solution for the FizzBuzz game.
Read More...This tutorial will show you how to get the structure of a MySQL table using PHP’s PDO object.
Read More...In this PHP tutorial, we are going to show you how to prevent Cross-site Request Forgery (CSRF) attacks.
Read More...A PHP function that implements the Haversine Formula.
Read More...An introduction to scalar type hints in PHP 7.
Read More...An alternative solution to expiring MySQL rows and records.
Read More...In this tutorial, we will show you how to measure the execution time of a PHP script using the microtime function.
Read More...A short guide on how to generate a secure and random token with PHP.
Read More...Get the first character in a string with PHP.
Read More...How to get the last element or key in an associative array.
Read More...A small guide on how to calculate the percentage of a number in PHP.
Read More...Calculate a person’s age using PHP.
Read More...Who has the easiest / toughest start to the Premier League (2015/2016).
Read More...A tutorial on how to create an Ajax form that submits data to a PHP script.
Read More...A small tutorial on how to increase or decrease a number by a given percentage in PHP.
Read More...A quick guide on how to calculate the percentage difference between two numbers in PHP.
Read More...PHP’s “Cannot modify header information” error will appear if you output data before you modify the headers.
Read More...A simple tutorial on how to create a “Location Picker” with the Google Maps API.
Read More...This is a short tutorial on how to connect to multiple MySQL databases in the same script using the PDO object.
Read More...An introductory tutorial to building user login & registration forms with PHP’s PDO object.
Read More...A short tutorial on how to generate random names with PHP.
Read More...A tutorial on how to process HTML checkboxes with PHP.
Read More...A simple tutorial on how to generate random RGB and Hex colors with PHP.
Read More...This tutorial will show you how to implement a server-side countdown using PHP and sessions.
Read More...A small tutorial on how to get the first element of an associative array in PHP.
Read More...In this example, we are going to show you how to calculate an “average number” using PHP.
Read More...Generating a random date / timestamp with PHP.
Read More...A simple tutorial on custom exception handling with PHP.
Read More...