PHP – Introduction To PHP
This is the first chapter of the PHP/MySQL lessons. We’ll see what PHP and MySQL do and see what other solutions can be used in their place.
Read moreThis is the first chapter of the PHP/MySQL lessons. We’ll see what PHP and MySQL do and see what other solutions can be used in their place.
Read moreWe now know that PHP is run on the server whose role is to generate pages. However, only a server can read PHP, and your computer is not a server. So how will you create a dynamic website if PHP doesn’t even work on your computer ? There’s no need to worry : we’ll temporarily [...]
Read more