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
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.
Now that we have the basics on how PHP works, let’s speak on how to get data from a form editable by a common site visitor!
Why is this article called “Strings & Variables”? Well, just because we’re going to speak about variables. The thing is that numbers are not that hard to use, while strings have a variety of functions, not that easy to understand on the first attempts.
Here is the basic tutorial (I may call it: basic guide) about functions! In this article I’m going to explain what are the functions and how to create them too!
Continue reading…
OK, first of all: sorry for the bad article’s title, but it’s concise and perfect for the purpose of this first and simple tutorial. Today we’re going to discover the simplicity of PHP, the basic structure and functions.