This Interests Me

Menu

Skip to content
  • About
  • Tips & Tricks
  • Interesting Articles
  • Code

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...
This article was posted in Code, PHP Tutorials on August 12, 2015.

Looping through dates in PHP.

A short guide to looping through dates in PHP.

Read More...
This article was posted in Code, PHP Tutorials on August 12, 2015.

PHP: Get query execution time.

Measure the execution time of an SQL query in PHP.

Read More...
This article was posted in Code, MySQL, PHP Tutorials on August 11, 2015.

Secure passwords with PHP.

An up-to-date tutorial on how to properly deal with passwords in PHP.

Read More...
This article was posted in Code, PHP Tutorials on August 11, 2015.

PHP: Get the first Monday of a month (and 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...
This article was posted in Code, PHP Tutorials on August 10, 2015.

PHP: Convert YYYY-MM-DD to DD-MM-YYYY

Convert a YYYY-MM-DD date into a DD-MM-YYYY date in PHP.

Read More...
This article was posted in Code, PHP Tutorials on August 10, 2015.

Get the last character in a PHP string.

A short guide on how to get the last character of a string in PHP.

Read More...
This article was posted in Code, PHP Tutorials on August 10, 2015.

PHP FizzBuzz solution

In this guide, we show you how to write a simple PHP solution for the FizzBuzz game.

Read More...
This article was posted in Code, PHP Tutorials on August 6, 2015.

How to get the structure of a MySQL table in PHP.

This tutorial will show you how to get the structure of a MySQL table using PHP’s PDO object.

Read More...
This article was posted in Code, MySQL, PHP Tutorials on August 5, 2015.

PHP CSRF Protection.

In this PHP tutorial, we are going to show you how to prevent Cross-site Request Forgery (CSRF) attacks.

Read More...
This article was posted in Code, PHP Tutorials on August 4, 2015.

PHP: Haversine Formula function.

A PHP function that implements the Haversine Formula.

Read More...
This article was posted in Code, PHP Tutorials on August 4, 2015.

PHP: Scalar type hints.

An introduction to scalar type hints in PHP 7.

Read More...
This article was posted in Code, PHP Tutorials on August 3, 2015.

Expiring MySQL rows the easy way!

An alternative solution to expiring MySQL rows and records.

Read More...
This article was posted in Code, MySQL on August 3, 2015.

Measuring the execution time of a PHP script

In this tutorial, we will show you how to measure the execution time of a PHP script using the microtime function.

Read More...
This article was posted in Code, PHP Tutorials on August 3, 2015.

Generating a random token in PHP.

A short guide on how to generate a secure and random token with PHP.

Read More...
This article was posted in Code, PHP Tutorials on August 3, 2015.

PHP: Get the first character in a string.

Get the first character in a string with PHP.

Read More...
This article was posted in Code, PHP Tutorials on July 31, 2015.

PHP: Get the last element in an associative array.

How to get the last element or key in an associative array.

Read More...
This article was posted in Code, PHP Tutorials on July 31, 2015.

PHP: Calculate the percentage of a number.

A small guide on how to calculate the percentage of a number in PHP.

Read More...
This article was posted in Code, PHP Tutorials on July 31, 2015.

PHP: Calculating a person’s age from their date of birth.

Calculate a person’s age using PHP.

Read More...
This article was posted in Code, PHP Tutorials on July 30, 2015.

Premier League Fixture Difficulty 2015-2016

Who has the easiest / toughest start to the Premier League (2015/2016).

Read More...
This article was posted in Fantasy Football, Football on July 30, 2015.

Ajax form submission with PHP.

A tutorial on how to create an Ajax form that submits data to a PHP script.

Read More...
This article was posted in Code, JavaScript, PHP Tutorials on July 29, 2015.

PHP: Increase / decrease number by a given percent.

A small tutorial on how to increase or decrease a number by a given percentage in PHP.

Read More...
This article was posted in Code, PHP Tutorials on July 29, 2015.

PHP: Calculate the percent difference between two numbers.

A quick guide on how to calculate the percentage difference between two numbers in PHP.

Read More...
This article was posted in Code, PHP Tutorials on July 29, 2015.

Cannot modify header information – headers already sent.

PHP’s “Cannot modify header information” error will appear if you output data before you modify the headers.

Read More...
This article was posted in Code, PHP Tutorials on June 11, 2015.

Google Maps API – Location Picker Example

A simple tutorial on how to create a “Location Picker” with the Google Maps API.

Read More...
This article was posted in Code, JavaScript on April 1, 2015.

Connecting to multiple databases with PDO.

This is a short tutorial on how to connect to multiple MySQL databases in the same script using the PDO object.

Read More...
This article was posted in Code, MySQL, PHP Tutorials on March 30, 2015.

PHP User Registration & Login Form – PDO.

An introductory tutorial to building user login & registration forms with PHP’s PDO object.

Read More...
This article was posted in Code, MySQL, PHP Tutorials on March 30, 2015.

Generating random names with PHP.

A short tutorial on how to generate random names with PHP.

Read More...
This article was posted in Code, PHP Tutorials on March 28, 2015.

How to use checkboxes with PHP

A tutorial on how to process HTML checkboxes with PHP.

Read More...
This article was posted in Code, PHP Tutorials on March 27, 2015.

Generate a random RGB or Hex color using PHP.

A simple tutorial on how to generate random RGB and Hex colors with PHP.

Read More...
This article was posted in Code, PHP Tutorials on March 26, 2015.

How to make a countdown using PHP

This tutorial will show you how to implement a server-side countdown using PHP and sessions.

Read More...
This article was posted in Code, PHP Tutorials on March 24, 2015.

PHP: Get the first element of an associative array.

A small tutorial on how to get the first element of an associative array in PHP.

Read More...
This article was posted in Code, PHP Tutorials on March 19, 2015.

Get an average number with PHP.

In this example, we are going to show you how to calculate an “average number” using PHP.

Read More...
This article was posted in Code, PHP Tutorials on March 14, 2015.

Generate a random date with PHP.

Generating a random date / timestamp with PHP.

Read More...
This article was posted in Code, PHP Tutorials on March 14, 2015.

PHP: Custom exception handling.

A simple tutorial on custom exception handling with PHP.

Read More...
This article was posted in Code, PHP Tutorials on March 13, 2015.

Post navigation

← Older posts
Newer posts →

Search

Recent Articles

  • Why the police withhold evidence from the public.
  • Dr. Peter Hackett isn’t a good LISK suspect.
  • Gilgo Case: LISK and the burner phones.
  • HTTPS is invalid and might prevent it from being indexed.
  • Louise Bundy: Ted Bundy’s mother.
  • Johnnie Culpepper Bundy: Ted Bundy’s stepfather.
  • Bebo nostalgia: Old screenshots and images.
  • Shannan Gilbert was not a LISK victim

Categories

  • Cars
  • Code
  • DIY
  • Facebook
  • Fantasy Football
  • Football
  • Gaming
  • Gardening
  • Instagram
  • Interesting Articles
  • Ireland
  • JavaScript
  • Linux
  • MySQL
  • Nginx
  • Nostalgia
  • Opinion
  • PHP Tutorials
  • Politics
  • Resident Evil 2 Remake
  • SEO / Webmaster
  • Serial Killers
  • Slang
  • Snapchat
  • Stocks
  • Sysadmin
  • The Sopranos
  • TikTok
  • Tips & Tricks
  • Uncategorized

Toolbox
Privacy Policy

© 2013-2025 ThisInterestsMe.com