|
Posted by Frel on 09/08/06 11:24
On Fri, 08 Sep 2006 21:19:45 +1000, Frel wrote:
> Hi,
>
> I'm not getting php to do anything in the following index.htm script
>
> Php works fine as a .php script but placing it in a html script yields
> zip, nada, zilch.
I mean it prints out the stuff in htm but nothing in the <?php ..?> part
> Is it a httpd problem or php.ini ???
>
> TIA, frel
> =======================
> <html><head><title>Firstpage by me served</title></head>
>
> <body>
>
> let's try that again with some php
> <b>
> <?php
> print "hello php";
> ?>
> </b>
>
> </body>
>
> </html
Navigation:
[Reply to this message]
|