|
Posted by greenflame on 07/26/06 20:09
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
Navigation:
[Reply to this message]
|