PHP
Brugbarts PHP Tutorial is aimed at Beginners as well as experienced web-developers.
The PHP Tutorial is a collection of chosen PHP related pages at Brugbart. Its recommended that you at least learn HTML before you start following these Tutorials.
PHP is a server-sided scripting language, used to create dynamic websites.
Note. PHP is not a replacement to HTML, as some beginners think.
When creating websites with PHP, you will still be using both HTML and PHP!.
General
- An Introduction to PHP
- If Then, Else, ElseIf Statements
- Switch Statements
- Sessions
- While and For Loops
- Includes
- Functions
- Function Arguments
- Beginners OOP Tutorial
Strings:
- Convert to Lowercase
- Replace First Occurrence of String in String
- Using the Heredoc Syntax
- Remove spaces from the beginning and end
- Count number of words
- Count capital letters
Arrays:
File Handling
HTTP Requests
- GET Requests
- POST Requests
- Request Headers
- Proxy Servers
- Disable Auto-following of Redirects
- Handling Cookies
cURL:
Practical Tutorials
Articles
More Resources
- PHP Manual - php.net



