PHP.....?
-
I've downloaded PHP and installed it, but it doesn't work. If I make a file with a .php extension it still opens in an editor Its like it doesn't regognise the extension.....anyone help?
Hi Wow PHP! congratulation :D It seem you are using IIS, you most add .php extension to IIS configuration, & tell IIS to opne .php file with c:\php\php4.exe (depend on your PHP version & installation path). If you want to use php & does not need ASP, I suggest to use Zend Studio Server with Apache, or if you want to use IIS use Zend Studio Server on IIS ,It enable Debuging & some othere features. you can fined in in http://www.Zend.com[^] Iman Ghasrfakhri
-
I've downloaded PHP and installed it, but it doesn't work. If I make a file with a .php extension it still opens in an editor Its like it doesn't regognise the extension.....anyone help?
Are you trying to run the PHP script as CLI or HTTP??? Look into using phpDev[^] It's a complete easy to install web server setup... MySQL, PHP and Apache ready to go... Then you can access your PHP scripts via your browser of choice by using your localhost or loopback address.. http://localhost/index.php And it runs like it would on the internet :) HTH Cheers :) It's frustrating being a genius and living the life of a moron!!!
-
I've downloaded PHP and installed it, but it doesn't work. If I make a file with a .php extension it still opens in an editor Its like it doesn't regognise the extension.....anyone help?
You can do one more thing that if you have done all things with changes in IIs, You can just do right click on the php file, select php editor and check that always open in.. checkbox. Now press ok and you will get your file in that php editor only. I know it's a silly answer but sometimes this silly things left from powerful mind.
-------------------------------------------------------------------------------------------------- Hiral Shah India If you think that my answer is good enough and can be helpful for other then don't forget to vote. :)