sw0o0sh Posted August 2, 2006 Share Posted August 2, 2006 Hi, I have a windows XP.When I create an .html file on my desktop for say, I can edit and preview it locally (on my computer).What would I need to / Can I do to have this for PHP? Quote Link to comment https://forums.phpfreaks.com/topic/16303-simple-maybe-stupid-question/ Share on other sites More sharing options...
BillyBoB Posted August 2, 2006 Share Posted August 2, 2006 um php is server side you would have to install php and apche and stuff it would be a hastle Quote Link to comment https://forums.phpfreaks.com/topic/16303-simple-maybe-stupid-question/#findComment-67690 Share on other sites More sharing options...
wildteen88 Posted August 2, 2006 Share Posted August 2, 2006 [quote author=BillyBoB link=topic=102689.msg407945#msg407945 date=1154509789]um php is server side you would have to install php and apche and stuff it would be a hastle[/quote]How is it a hastle, its easy.But this is not what sw0o0sh is asking. sw0o0sh you can edit PHP files in the same way. Right click edit with Notepad or if no options are selected. Right click and select Open With > Chose from list. Now select Notepad from the list or any editor of your choice. Or you can download [url=http://www.mpsoftware.dk/]PHP Designer 2006[/url] which you can get for free to edit your PHP files with.If you want to test your PHP script, then simply download Apache 2.0.x (httpd.apache.org) and PHP 5.x xipped package (php.net) and install them on your local PC. Configure Apache to parse the PHP files with the PHP Intepreter and you're set, i'll be able to help with this only needs three lines to be added to the httpd.conf file. Or simply install a pre-packaged version which you can download for free called WAMP server - just google it should be the first result. Quote Link to comment https://forums.phpfreaks.com/topic/16303-simple-maybe-stupid-question/#findComment-67747 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.