Posted by Doug on 11/05/05 15:48
Thanx.
"Stefan Rybacki" <stefan.rybacki@gmx.net> wrote in message
news:3t024cFncvv4U1@individual.net...
> Doug wrote:
> > <!doctype html public "-//W3C//DTD HTML 4.0 //EN">
> > <html>
> > <head>
> > <title>First Test</title>
> > </head>
> > <body>
> > <a name="Checks" id="Checks"></a><a href="./images/checks2.jpg"
> > target=_blank>Checks</a>
> > <? php
>
> did you see the space between <? and php? that shouldn't be there.
>
> Regards
> Stefan
>
> > // echo 'Hello World';
> > ?>
> > </body>
> > </html>
> >
> > All works fine until echo 'Hello World' is uncommented. The title and
html
> > is ignored also. Apache and php.ini has been reviewed, but it is same
and
> > use to work.
> >
> >
[Back to original message]
|