Forums

PHP

This topic is locked

PHP Set up help !!!!!

Posted 02 Jul 2002 19:24:41
1
has voted
02 Jul 2002 19:24:41 Iain Stewart posted:
Hi all.

can anyone pleeeeeaaaaassssseee
Help me set up PHP on a windows 2k machine, i'm totally stumped.

I've got IIS that comes with 2k set up and been working fine with asp pages, but i'm really stumped, beginner so be kind.

cheers

Iain

head hurts, 'mental note to self, stop banging head !'

Replies

Replied 02 Jul 2002 22:15:16
02 Jul 2002 22:15:16 Keith Slater replied:
Is their a particular problem your stuck at?

Theirs a lot of help sites out there with setting up PHP.. Also php.net is probably one of the best resources and they have a LOT of help

If you still cant figure it out, heres a tutorial
www.onlamp.com/pub/a/php/2000/12/14/php_admin.html

Keith Slater
Replied 03 Jul 2002 14:43:50
03 Jul 2002 14:43:50 Julio Taylor replied:
Ususally, PHP will configure IIS to execute the file php.exe whenever it is asked to parse a .php file. If you used the windows installer version of PHP, it should have configured IIS to do this automatically.

However, you might need to do this yourself. Access the properties of your site, and click on the 'home directory' tab, then the 'configuration' button. In there, you should edit the application mappings, which link file extensions to applications like php. Create a new entry for .php files, making sure you point to the php.exe file (default is c:\PHP\php.exe).

This will enable IIS to parse PHP files properly.

------------------------
Poolio

MSN:

www.eliziumdesign.com
Replied 03 Jul 2002 15:13:21
03 Jul 2002 15:13:21 Iain Stewart replied:
It installed ok, or seemed to.
However when i try and run a basic php file it just displays a blank page, and when i view the source code it has all the php tags and stuff, so i assume its not doing anything with it. I'll try the help above and c if thats helps, thanks, as its driving me mad.


Iain

head hurts, 'mental note to self, stop banging head !'
Replied 03 Jul 2002 18:25:10
03 Jul 2002 18:25:10 Iain Stewart replied:
Cheers folks, got it going, very simple, feel a little bit silly now, but cheers, now i can get stuck into some php. wish me luck

Iain

head hurts, 'mental note to self, stop banging head !'

Reply to this topic