So, in a recent request, I have come to notice that there are quite a few people that don't know the power of PHP yet. ANYONE, and I really mean anyone, can be a developer. All you need is strong logic, some basic problem solving skills and a savvy attitude :) With this in mind, I decided to make weekly posts about the Introduction to PHP in which I will outline the basics of PHP. Later, and if there is a demand, I will start doing bigger little projects in which I will indicate different coding practices and show some kewl effects that one can do :) So, let's do this, shall we? If you are running Windoze (sic), and you want to go along with this, you will need to get something like XAMPP or WAMP. Just Google it, not going to paste the links here. For my Linux comrades, we are almost set to go :) Your basic requirements for PHP are:
As a side note, if you don't understand a function/method/etc etc, just go to www.php.net/
- PHP 4/5 (I prefer that you get PHP version 5.2.10)
- APACHE 2
- MySQL (this is not needed, but will be usefull for later editions of the classes)
- Some really good coffee :)
- PHP Manual www.php.net
[...]
Later! John Clarke :)