[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can't execute PHP script



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



Reply to: