Re: HELP - sure is a piece of cake for you



hi, Phil, and thank you for your rapid response.

mmmm. to be honest, I'd be glad to have more instructions since I have
no idea what or hw to use this function. phpinfo();

and what does it mean to run something through a server? just rephrase,
please.
:D

thank you
Efry
PTM כתב:
"greenflame" <dynamic.efry@xxxxxxxxx> wrote in message
news:1153944576.484296.84220@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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

.



Relevant Pages

  • Re: HELP - sure is a piece of cake for you
    ... I have installed apache server on my computer and all it takes to edit ... everything which is inside the <?php ?>is ignored. ... i have even done an echo check with the simplest htmk code. ... address bar but the bla bla is not. ...
    (comp.lang.php)
  • Re: HELP - sure is a piece of cake for you
    ... I have installed apache server on my computer and all it takes to edit ... everything which is inside the <?php ?>is ignored. ... i have even done an echo check with the simplest htmk code. ... address bar but the bla bla is not. ...
    (comp.lang.php)
  • HELP - sure is a piece of cake for you
    ... I have installed apache server on my computer and all it takes to edit ... everything which is inside the <?php ?>is ignored. ... i have even done an echo check with the simplest htmk code. ... address bar but the bla bla is not. ...
    (comp.lang.php)
  • Re: HELP - sure is a piece of cake for you
    ... I have installed apache server on my computer and all it takes to edit ... everything which is inside the <?php ?>is ignored. ... address bar but the bla bla is not. ... I'm going to venture a guess that your server is not configured to execute PHP pages. ...
    (comp.lang.php)
  • Re: HELP - sure is a piece of cake for you
    ... everything which is inside the <?php ?>is ignored. ... address bar but the bla bla is not. ... browser running off my local Apache setup. ... As Eric has said the phpinfo() command can simply be added to any '.php', ...
    (comp.lang.php)