|
Posted by Hendri Kurniawan on 01/05/07 23:25
See below for answers
Hendri Kurniawan
saz wrote:
> Hi,
> I am new to PHP. I also have Dreamweaver installed on my Windows PC.
> I'd like to start writing some simple PHP files. I just installed IIS
> which is part of Windows XP. I verified that it works fine.
>
> Now when I installed PHP from the www.php.net site, it asks me what
> server I am using. There are 4 versions of IIS as choices. Which one do
> I choose ?
I'm not sure about the ISS, but for win XP (I think... please confirm
with others) it's IIS4.
>
> Why is it that when I create a simple php file and place it in
> c:/inetpub/www, when I double-click on the file it opens Dreamweaver.
> How to I make it go to my IIS server and PHP application and not to
> Dreamweaver ?
>
Because Dreamweaver is the default app to open the file.
Not to worry though.... Navigate through VIA your browser, and type the
following address.
http://localhost/ following the name of your PHP file.
> My .php file contains:
> <pre><p>This page was created at <b> <?php echo
> date("h:i:s a", time()); ?> </b> on the computer
> running PHP.</p> </pre>
>
>
> Any help would be greatly appreciated.
> Thanks,
> Steve
>
[Back to original message]
|