new to PHP

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
lane18
Forum Newbie
Posts: 7
Joined: Fri Nov 12, 2004 2:28 pm

new to PHP

Post by lane18 »

Hi,
I did installed IIS on windows2000 and PHP. Do i need to configure IIS or by default it will work. and also can you please tell me how to run my first PHP page in the browser. Also where should i place the php file. Appreciate your help.
Thanks
:?:
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Post by AVATAr »

lane18, try searching the forum first.
Read the documentation for php and IIS (php.net)

if you fond some error, return here, and we will help you :) good luck!
ecaandrew
Forum Commoner
Posts: 72
Joined: Fri Nov 12, 2004 5:05 pm

Post by ecaandrew »

by default iis will be able to use php, at least for me it did


to do your first page name it index.php

your default directory should be

C:\Inetpub\wwwroot
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

newbie install of php

Post by neophyte »

If you looking for an easy way to install and configure php/mysql/apache on windows 2k I suggest:

easy php

All you have to do is let the installer do all the work for you.
Post Reply