Posted by PTM on 07/26/06 20:21
"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 .
>
> Efry
>
Just ran your code through my server and it all works ok. Did you run:
phpinfo();
to verify your setup? It would appear you may have a config issue.
Phil
Navigation:
[Reply to this message]
|