On Wednesday 12 September 2007 14:39, Willi Mann wrote:
> > <html><body>
> > <h1>PHP Test</h1>
> > <br />
> > <?php print "Hello World!"; ?>
> > </body></html>
> >
> > The browser outputs only;
> >
> > PHP Test
>
> It would ease helping you if you posted the Source the Browser gets, or
> even better include the headers too. (Iceweasel can do that AFAIK, at
> least with a plugin)

Here's the returned source;

<html><body>
<h1>PHP Test</h1>
<br />

<?php print "Hello World!"; ?>
</body></html>

Apache is not running the script just sending it to the browser.

Randy


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to