Tuesday, February 3, 2009

Chapter 1 - part 3(final)

Things Learned
-$_POST is a special variable called superglobal and it holds data
-$_POST is an array
-a period(.) is used for concatenation
-escape characters = represent characters in PHP that are difficult to type or conflict with other code
-PHP has a couple of escape characters -- \' - single quotes -- \"- double quotes -- \n - newlines
- \n has to be in double quoted statement or they won't work
-mail() is the code to send an email in PHP
-echo a PHP command for sending output to browser window

No comments:

Post a Comment