Welcome to the PHP tutorial on w3clubs.com
The table of contents
- Installing PHP
- Hello PHP world!
- More on the PHP tags
- Functions and language constructs
- PHP comments
- Errors and mishaps
- Including other scripts
- Project “Ragtime”: your first PHP site
- PHP manual - your friend
- Variables
- Project “Ragtime”: variable page titles
- Constants
- PHP operators
- If-else conditions
- Arrays - part 1
- Arrays - part 2
- “for” loops
- “foreach” loops
- A few useful debugging functions
- Accepting user input through GET
- Useful array functions
- Project “Ragtime”: dynamic URLs
- Working with files - reading and writing