Welcome to YourPHP! Please Login or Register to full gain access and to see your progress

YourPHP is an easy going set of web development tutorials. Our aim is to provide a much needed set of free and friendly resources for web developers of any skill level.

Our community areas also gives you the opportunity to show us what you know - by posting your own tutorials! - and chat to other people with experience and/or similar interests.

YourPHP Tutorials

Find all of the official YourPHP tutorials here - Pick a subject!

Learn HTML & CSS

At YourPHP, we have stuck the HTML and CSS tutorials together. We have done this for a few reasons; use of CSS is expected from the LOWEST web standards, learning CSS now will prevent you from learning bad habits first and most of all because it will be a lot easier for you!

JavaScript

JavaScript is a popular client-side language which can make you webpages come to life!
Note: A basic knowledge of HTML is recommended

PHP

PHP is a well known server-side language which opens the world of web programming!
Note: A basic knowledge of HTML is recommended; but feel free to skip over JavaSript if you wish!

Object-Orientated PHP

OO-PHP is a more modern style of programming in PHP. Amoung other advantages, it is much more efficient than standard PHP because it allows you to reuse your code.
Note: Your should have a firm grasp of procedural/normal PHP before attempting this tutorial :/

AJAX

AJAX is a technique that combines client-side (JavaScript) and server-side (in this case PHP) to create webpages that can retreive information from a web server without having to refresh the page!
Note: A basic understanding of both PHP and JavaScript are required for this tutorial