PHP Testing. PLs HELP!!
Mr_Cheese wrote: i recommend downloading easyphp, thats what i use and it works great.
its a simple webserver you can have on your comp. you can also set it so its only accessible by localhost…. saves the hassle of any pesky people exploiting your scripts and compromising your comp.
err… you can do that w/ any server you set up >_< i have apache/php/mysql installed and it's not hard to set up to allow general public access you ahve to alter router settings to forward port 80 to interal IP so if you dont do this, it would only be accessible to you, and if you didnt give out your IP to others/told em you had a site, they woud never know anyways
i use apache/php/mysql as well but let me tell you its not that easy to get the installation of everything to work correctly. i had to go thru countless TUT's on the whole instalation, didn't work probly 5 times and i wasted like 10 hours until finally i broke down, spent a few dollars and read a book on php and how install everything.
i'm assuming you use windows? on an unix OS it's quite easy. I use freebsd and it's as easy installing it all through ports, configuring a couple of files, and changing your router settings and you're good to go.
Took all but 10 minutes to get it up
some ebooks if you want to
Personally I use XAMPP http://www.apachefriends.org/en/xampp.html. I'd never run it on a server but for development purposes it is fine. It is also easy as hell to install and gives you Apache, MySQL, and PHP.