|
Posted by solitary.wanderer52 on 11/06/06 15:20
Riemer Palstra wrote:
> On 2006-11-06, solitary.wanderer52@gmail.com
> <solitary.wanderer52@gmail.com> wrote:
> > When I restart or force-reload the web server, the page loads, but
> > displays no info (I am using FF 1.5.0.7). If I have it display
> > source, I get:
> >
> ><?
> > phpinfo();
> > ?>
>
> Looks like you don't have short_open_tag support on (which is good,
> actually.) What if you change the first line to say <?php instead of <?
>
> --
> Riemer Palstra Amsterdam, The Netherlands
> riemer@palstra.com http://www.palstra.com/
===
Riemer,
Thanks so much for your reply. Works like a charm. And now I even
have phpinfo giving info about mysql, which is what I originally wanted
before changes on my part seemed to foul everything up.
Where does one enable short_open_tag and why do you feel that not
having it is good?
Thanks again, Steve
[Back to original message]
|