Wednesday 23 January 2008

Skills Learnt Through Tutorials

The following are examples of skills I have currently learnt through following online tutorials.

Feedback form - This tutorial was done at W3Schools.
Login form - This tutorial was done at PHP MySQL Tutorial.
Guestbook - This tutorial was done at PHP Easystep but also involved some of my previous PHP knowledge to try and end up with the correct solution.
Date - This 'tutorial' was done at PHP.net

These tutorials also allowed me to learn how to use 'if' and 'else' statements.

Using comments in PHP appears to be relatively simple. To comment out a single line of code it is simply a case of using // before the text I wish to edit out. To comment out a block of text is the same as using CSS comments by using /* and */.

This information was gained from Tiztag.

No comments: