Class 7

Client-side Quiz

Discussions

BASIC SYNTAX EXAMPLES

Note that if you view the page source of any PHP script in your web browser, you will not see any PHP code… this is the nature of server-side scripting – it is processed by the server and then stripped out of the page before that page is sent to the browser.  So you will need to download these example files from the server using a file transfer program in order to view the PHP code in a text editor.

ECHO EXAMPLES

Templatizing Examples

INCLUDE FILES

REDIRECTING TO ANOTHER PAGE

GETTING INFORMATION ABOUT YOUR PHP SERVER SETUP

STRING MANIPULATION

In-Class Assignment

Homework