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!
What are cycles? Commands repeated more than once. Is it usefull to copy/paste the same functions more than once? No.
PHP is able to avoid this, with these functions: for, while, switch, foreach.