Posted by Jerry Stuckle on 10/11/01 11:46
pramod.barthwal@gmail.com wrote:
> Hi
>
> I am new to PHP. I downloaded PHP 4.3.4 version from the PHP website,
> (Windows Installer). I configured IIS on the Windows XP Professional. I
> installed the PHP. But when i run the sample script <? php phpinfo();
> ?>, IE does not display anything. Is there anything i have to do other
> than simply installing PHP. Please help
>
One other thought - you might have short tags turned off in your php.ini file.
Try
<?php phpinfo(); ?>
instead.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|