>I've installed PHP and Apache on my PC under win98. Apache is running fine
>and launching PHP at the same time.
>When I open a php file (.php) under my browser, the PC is launching a
>console window which is immediately closing... I suppose it's a PHP console
>window. This window is empty and my browser's also... What a deception!
create a file with the following php code:
<?phpinfo();?>
Give it the name test.php run it and see if you get anything.
I don't think there's a PHP console window, never seen it. On a Linux
server you would get normal HTML output to your browser.
If you don't get anything in your browser start looking in you httpd.conf
for some lines with .php and take a look at your php.ini
These are not standard windooz apps.. you need to edit some stuff yourself.
Search the docs and you'll get the info you need to do so. You should also
take a look at this lists archive.
Bye,
B.
--
PHP Install 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]