thank you it worked

w00000t

ThE_DeaD

-----Original Message-----
From: Martijn Weisbeek [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 7:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Can you please help me!


> OK.. i have win2k and i have some tutorials can you tell me exactly what
> to do? i have frontpages 2k  PLEASE PLEASE PLEASE

The biggest help is "not starting Frontpage (whatever version)".
IMHO, Frontpage can only confuse you when you try to get this started.
Of course FP can help if you do not know HTML.
But the only thing to do to check whether PHP is working is this:
1) in the root of your webserver (I guess it's c:\inetpub\wwwroot) create a
file phpinfo.php
2) open this in Notepad and just type this:
<?php
        phpinfo();
?>
3) save the file (you can now close it)
4) start Internet Explorer and type http://localhost/phpinfo.php
This should give you a huge blue (!) page with all kinds of variables.
If you see this PHP is up & running.

I do not know what you'd like to use PHP for.
But just keep us informed of any problems that might arise...

Greetings,

Martijn
www.weisbeek.com


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to