Search Our Web Design Blog...

Tuesday, November 1, 2011

Web 2

PHP

Now that you have a server, we can start playing with PHP.  Follow these steps and see if you can get a form working.  The beauty of PHP is that it is server sided and thus can work quickly and independent of the HTML page, browser, etc.

PHP forms are used for most login pages as well as any time info is gathered.  Thanks to the if and else commands PHP can let users know if they have made a mistake etc.

We will also use PHP to build a simple guessing game soon like this:

http://tecfa.unige.ch/guides/php/examples/guess-game/guess.phphttp://tecfa.unige.ch/guides/php/examples/guess-game/guess.php

No comments:

Post a Comment