After formatting my laptop's harddrive, I have to reinstall PHP setup. Earlier a friend of mine did it, which was working perfectly well. But now, I've used the software "XAMPP" which contains PHP, MySQL along with Apache server.
However, this time I used XAMPP & in it's control window, Apache, MySQL and FireZilla are all running & hence I believe the installation went successful.
I now want to open my PHP files. The program's instruction say that All the documents should be saved in folder ".\xampp\htdocs" http://www.apachefriends.org/en/xampp-windows.html#1168
I saved my website's folder i.e. "Personal Website" folder in the location c:/program files/xampp/htdocs"
Problem is everytime, I try to open the document in the browser, I get the message window asking "What should Firefox do with this file? with couple of option saying "Open with: phpfile (default) or Save to disc" & when I say OK for "open with "phpfile (default)" it opens its "coding" in my Dreamweaver instead of its "result" in the web browser.
Could anyone possibly point me in the right direction as how do I go about opening my PHP pages as I was able to earlier.