Include ~ the legal way to copy the code!
In this part of out training course we will look at how to organize our PHP code so it can be maintained easier and faster.
Read MoreJun 24, 2011 | PHP Tutorial
In this part of out training course we will look at how to organize our PHP code so it can be maintained easier and faster.
Read MoreJun 22, 2011 | PHP Tutorial
The most Basic and the most important way to communication between PHP script, HTML code and the client is to use a form so they can enter data and choose options here is how to do it.
Read MoreJun 20, 2011 | PHP Tutorial
In this part of our PHP tutorial you will learn how to define a custom function, how to call it, pass values to it and get the result as an array or a variable.
Read MoreJun 19, 2011 | PHP Tutorial
Loops are another part of PHP coding that you as a web developer will definitely need to know about. In this tutorial I categorised the loop statements into two different kind according to how many times you need them being repeated, read about them inside.
Read MoreJun 18, 2011 | PHP Tutorial
If and Switch statements in PHP are one of the most important commands you will ever use and here is a simple explanation for them, Look inside this PHP tutorial to see the syntax and the examples to learn them
Read More