PHP Tutorial #3 – IF Statements
PHP Tutorial #3 – IF Statements
In order to make a successful PHP website, it is crucial to know how to correctly use if statements. IF statements, similar to CASE, have many advantages. Before we go further into these handy tools, let’s examine what they can do.
The IF statement allows you to control different parts of [...]
PHP Tutorial #2 – POST/GET Functions
In Tutorial 1 I discussed the basics of PHP. I went over the things you can do with PHP, advantages of using PHP, basic syntax, use of variables, and a few things to look out for when coding. In this tutorial, I will go over the basic POST/GET functions and the different ways they can [...]
PHP Tutorial #1 – The Basics
PHP is a scripting language used for many websites and network-driven tools. The language itself is very similar to C++, yet there are several differences. Here’s a basic summary on how the scripts work:The php “compiler” reads PHP files (.php or .php3 extension) off of the server.
