Note 13 for Web Scripting

Watch & Read:

PHP: Pre Hypertext Preprocessor

PHP Declaration  
<?php
echo "Hello World";
?>
Code block can start anywhere
PHP Variable Declaration  
$txt="Hello World";

All variables in PHP start with a
$ sign symbol and then must have a letter or an underscore

PHP Echo  
echo "Hello World";
echo displays on the screen instead of document.write() for Javascript

 

 

Homework:

Finish Projects


You should Read Chapters 14

Final Step:

Imagine that your mind is a DVD recorder / player and you can review this content anytime you want.  I want you to close your eyes and quickly review in your mind everything we covered in class. 

I also want you to review everything we covered before you go to bed because I want your mind to process this information while you sleep.  You don’t need to spend much time on this review, 5 minutes will be enough!