Hello, I do not excel in PHP but would like to learn it. Is there anyway of using PHP without a server? so that I can practise PHP without having to keep on uploading it to a server? :confused:
Printable View
Hello, I do not excel in PHP but would like to learn it. Is there anyway of using PHP without a server? so that I can practise PHP without having to keep on uploading it to a server? :confused:
You could install a PHP and a webserver onto your own PC. Personally when I first started out I used this web server. The website provides you with some basic instructions on how you can then get PHP running with your web server.
Good luck!,
Darren
You could even install PHP if you have IIS.
easyphp.org(French, but they have a language selector)
Its a program that will install Apache/PHP/Mysql,quickly and easily, without much trouble, if any....
Then theres, XAMPP : http://www.apachefriends.org/en/xampp-windows.html
Which is pretty much the same as the EasyPHP app.
i think theres something called winAmp or something like that - it lets you run php locally on ur pc.
if you want to learn how to use php/mysql then a great resource i found was http://www.php-mysql-tutorial.com/ i recommend it!
Thanks for the replies,
I have used easyphp before and it was good but I did not know my free webhost could allow me to dynamically edit php files on the server