This is a small introduction to the wonderful world of PHP. In this guide I will discuss how to write PHP code, not how to install it. Installation is pretty simple, I’m sure you can figure out how to do that once you’ve downloaded it from php.net.
- The PHP tag & Comments
- Variables & The echo function
- Expressions & Control Structures
- Global Variables
Each part has its own page. Now, go to the next page and start learning!