The whole idea of website development using PHP is to be able to access code based on conditions. The following is a tutorial that will explain how to use PHP conditions to execute certain code based on actions.
Posted on 03 September 2011 by Moki
The whole idea of website development using PHP is to be able to access code based on conditions. The following is a tutorial that will explain how to use PHP conditions to execute certain code based on actions.
Posted on 03 September 2011 by Moki
When using vales that contain characters you will use string variables to store them. This tutorial will only show a few of the most used functions and operations that are used to manipulate strings in PHP.
Posted on 03 September 2011 by Moki
Here we have a list of PHP operators that are used in PHP. This is not so much a Tutorial as a reference.
Posted on 03 September 2011 by Moki
Variables are used to store information to be used later in your scripts. Variables store values such as text strings, arrays and numbers. When you declare a variable you can use it as many times as you need within your script.
Posted on 03 September 2011 by Moki
PHP execution is done on the server although the information sent to the web browser is in plain HTML. This is one security benefit to PHP over other older languages.
Posted on 03 September 2011 by Moki
Since this is the first tutorial and I will be starting with PHP and MySQL (assuming that anyone here knows the basics namely HTML) I will be giving an overview of what it is.