PowerPoint Slide 1

 

PowerPoint Slide 2
The link to the Windward Code wars is here . Sorry it took so long to post this! (Alex Ryan 2-5-16)
PowerPoint Slide 3
If you're looking through these slides for a quick reference I would suggest this for a quick overview or this for a cheat sheet.
PowerPoint Slide 4

 

PowerPoint Slide 5

 

PowerPoint Slide 6

 

PowerPoint Slide 7

 

PowerPoint Slide 8

 

PowerPoint Slide 9

 

PowerPoint Slide 10

 

PowerPoint Slide 11

 

PowerPoint Slide 13

 

PowerPoint Slide 14

 

PowerPoint Slide 15

I would like to mention a couple of disadvantages of encasing a lot HTML within PHP tags. You (may) loose IDE color scheme for the HTML that is within quotes. This can make it harder to read and edit. Also, there are times when it can add a layer of complexity when you have nested double and single quotes.

Having a separate file for just PHP makes the html code a lot cleaner. As we move onto larger websites using both java-script and PHP having separate files will be an absolute necessity to keep things manageable.

Interesting fact: Increments (i++, ++i) can be used in php! It can be very useful when dealing with loops. Want to know more? Check: Three interesting facts about php.