Before you can write and test your PHP scripts, there's one thing
you'll
need - a server! Fortunately, you don't need to go out and buy
one. That's why PHP
is so
popular! But because PHP is a server-sided scripting language,
you either
have to get some web space with a hosting company that
supports PHP,
or make your computer pretend that it has a server installed.
This is
because PHP is not run on your PC - it's executed on the
server. The
results are then sent back to the client PC (your computer).
Don't worry if this all sounds a little daunting - we've come across an easier way to get you up and running. We're going to be using some software called Wampserver. This allows you to test your PHP scripts on your own computer. It installs everything you need, if you have a Windows PC. We might not really all the time to explain how to get it installed in a moment, but you can get it from the link below. Please note, I really have Window users in mind.
Just install it like every other programs.
Don't worry if this all sounds a little daunting - we've come across an easier way to get you up and running. We're going to be using some software called Wampserver. This allows you to test your PHP scripts on your own computer. It installs everything you need, if you have a Windows PC. We might not really all the time to explain how to get it installed in a moment, but you can get it from the link below. Please note, I really have Window users in mind.