160 likes | 346 Views
Presented by Scarlett Sidwell. PHP. HTML Review. Action—where you are going method—how you are transferring the data get encoded in the URL has a limit of how much it can send post invisible to others has no limits on the amount of information to send. Getting _POST Values.
E N D
HTML Review • Action—where you are going • method—how you are transferring the data • get • encoded in the URL • has a limit of how much it can send • post • invisible to others • has no limits on the amount of information to send
Getting _POST Values HTML Page: welcome.php:
Getting _GET Variables HTML Page: welcome.php URL: welcome.php?fname=Scarlett&age=21
Hello World • Basic Syntax
References • PHP Manual http://us.php.net/manual/en/ • W3Schools (PHP) http://www.w3schools.com/php/default.asp • Firebug https://addons.mozilla.org/en-US/firefox/addon/1843 • Javascript http://www.tizag.com/javascriptT/
Connect to a Database MySQL
Connect to a Database PostgreSQL