On Tuesday 26 June 2001 00:20, Michael wrote:
> Please help
>
> I am having some serious problems.  I have used a text editor to write the
> following code and saved it with a .php extension
>
> <? phpinfo(); ?>
I couldn't see any obvious mistakes in yout httpd.conf, but it struck me that 
if short_open_tag was not set to 'On' in your php.ini, then php would ignore 
the code and pass it out unchanged. Change your code to 
<?php phpinfo();?>
and see if that works.

Cheers
-- 
Phil Driscoll

-- 
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