Do you want to create a website, but you think you don't have the necessary skills? This site is made for you! You'll learn the basics of a PHP website, starting from the code and finishing with the graphics and how to make things dynamic but still easy to code!
In this site you can find all the PHP, graphic, CSS and HTML tutorials I've ever made for you, for free!
So, you’ve started programming your own web application, but you found an unexpected problem: your accented letters / umlauts are displaying STRANGE things O.O
We’ll see in this tutorial on how to handle them
Starting from PHP 5, the language introduced the classes. They derive from the Object-Oriented program languages, such as C++ or Java, and they are objects indeed.
I’ve set this tutorial as “PHP/Advanced“, but not because it’s difficult, but rather because you must know what a function is and have a little bit of familiarity with variables.