Articles by Varun Thirayan
This tutorial will teach you how to connect to a MySQL database through PHP.
PHP Time and Date
Dates are very simple in PHP and are easy to get the hang on but not so easy to remember all the variables to the dates as you will see further on in this tutorial.
Playing with Numbers
In this tutorial, we’ll do some mathematical functions with numbers and also make use of the ‘if’ statement.
The 'If' Statement - Part 2
The previous tutorial, which created an age verification machine, had a couple of gaps in the code which, sometimes, meant that it didn't react in the way it should have. There were two main holes which, is this tutorial, we are going to tidy up.
The 'If' Statement - Part 1
First of all we need to look at what goes into making the statement itself. ..
Variables and the Echo Statement (PHP)
Variables are a very important aspect of PHP and in this small tutorial I hope to explain the very basics... We're just going to dive right in!!
