QUOTE(jcp @ May 20 2009, 02:51 PM)

ive tried. and cj i dont want a webserver. Like i dont want to a ip address on the web. Basically a better question would have been how can I run php files on my computer? Not on the server. I have googled everywhere but I havent even found instructions on where you put files.
You can't run PHP scripts without a web server. You have to turn your PC into a web server. Turning your computer into a web server isn't a big deal. It's actually very simple. Like "ButtSex" said, PHP5 and Apache don't take up a large percentage of your system resources. It shouldn't be a problem if you load the software onto your PC.
1. Install Apache on your computer
2. Install PHP5 on your computer
3. Configure Them
4. Start launching your php scripts
I would purchase this book if I were you. It's one of the best beginners guides I have ever read to any programming language. If you're serious about learning PHP then this is one of the best 20.00 investments you could ever make:
http://www.amazon.com/World-Third-Visual-Q...7760&sr=1-2QUOTE(mipadi @ May 20 2009, 03:15 PM)

(P.S. If you're using Windows, I don't know what your root directory for Apache is.)
"C:\Program Files\Apache Software Foundation\Apache2.2" is the default root dir for windows. :P I've worked on the software from both Ubuntu and Vista.