I was just wondering if there is any way to edit my PHPProxy site in Dreamweaver like you would a full html site. I you don't get what I mean, how would I get multiple pages of php to work in Dreamweaver all together to edit, like it would be online. Thanks for any help
you would need to either install a prepackaged bundle like wamp or xampp, or install PHP and Apache (or another server of your choice) on your local machine. If you dont know what you're doing I strongly recommend xampp by apachefriends.org The reason for this is because you need a server to process the php since php is a server side scripting language. Happy coding