Rendering PHP on my computer

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
JonathanStanton
Forum Newbie
Posts: 10
Joined: Wed Jul 21, 2010 10:07 am

Rendering PHP on my computer

Post by JonathanStanton »

Beginner question,
but I am using Coda to code my pages in php, and I want to be able to view them on my computer instead of having to upload them to my server and then refreshing my browser. Is their a way to do this?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Rendering PHP on my computer

Post by Christopher »

Install a webserver on your computer.
(#10850)
pbs
Forum Contributor
Posts: 230
Joined: Fri Nov 07, 2008 5:31 am
Location: Nashik, India
Contact:

Re: Rendering PHP on my computer

Post by pbs »

Use wamp server. It will include Apache/PHP/MySql

Download it from http://www.wampserver.com/en/
Post Reply