Posted by Erwin Moller on 01/11/17 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
Hi
<?php phpinfo(); ?>
might help instead of the
<? php phpinfo(); ?>
Note the space after the <?
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|