|
Posted by elyob on 07/27/06 00:58
"greenflame" <dynamic.efry@gmail.com> wrote in message
news:1153944576.484296.84220@m79g2000cwm.googlegroups.com...
> Hello all,
> I have installed apache server on my computer and all it takes to edit
> php files locally.
> everything works, and i can see my index.php file .
> however, the problem is:
> everything which is inside the <?php ?>is ignored.
> i have even done an echo check with the simplest htmk code.
> I'll copy it so you see i've done nothing wrong:
>
> <html>
> <head></head>
>
> <body>
>
> this line can be seen when writing http://127.0.0.1/index.php on the
> address bar but the bla bla is not.
> <?php
> echo "bla bla";
> ?>
>
> </body>
> </html>
>
>
> Heeeeeeeeeeeeelp! I can't figure out why is that :(
>
> Appreciate your rapid response. got some things to work on .
Chances are that doing a phpinfo may not work if a simple echo also doesn't
work.
Always worth taking a look at your Apache error log file.
Navigation:
[Reply to this message]
|