PHP Programming
Appearance
Introduction
Setup and Installation
Note: Before contributing, check out the discussion page. How to write your examples.
Learning the Language
The Basics
- This section is about things that are important for any type of PHP development. Useful for a PHP programmer of any level.
- Beginning with "Hello World!"
- Nuts and Bolts
- Commenting and Style
- Comparison operators
- Arrays
- Control structures
- Functions
- PHP Include Files
- Files
- Mailing
- Cookies
- Sessions
- Databases
- Integration Methods (HTML Forms, etc.)
- Regular expressions
Advanced PHP
- Advanced PHP includes high level programming and PHP techniques designed to make PHP even more useful and powerful.
Data Structures
Object Oriented Programming (OOP)
Caching
Templating
Libraries
Frameworks
CakePHP | CodeIgniter | Drupal | Kohana |
Laravel | Nette | Qcodo | Silverstripe |
Solar | Symfony | Yii | Zend |
Security
- Configuration: Register Globals
- SQL Injection Attacks
- Building a secure user login system
- Cross Site Scripting Attacks (XSS)
- Secure HTTP headers
- Encryption
See also:
Command-Line Interface (CLI)
Appendices
- Alternative Hungarian Notation
- Code Snippets
- Coding Standards
- formatting notes
- Get Apache and PHP
- headers and footers
- html output
- OOP5/Advanced Input validation
- OOP5/Input validation
- phpDocumentor
- Reserved words
- Contributors