Cameron Garnett/Testpage10
From WikiEducator
Super Quick PHP Tutorial
Introduction | Basic Syntax | Sending Data to the Browser | Comments | Variables | Strings | Functions | Quotes | Debugging | Form
Learning ObjectivesBy the end of this page you will understand how to use Quotes when you are dealing with php code. |
Quotes
In PHP it is important to understand how single and double quotation marks are used to give different results.
ActivityTo see the differences in the output, write this block of code into notepad++ and save it in your web folder as quotes.html |