no echo output !!!
Posted by: johny12 (---.in2cable.com)
Date: November 30, 2006 10:37AM

hii

i hav just installed my wamp5 server pakage but there is a prob with echo function, its not displaying any output !!!!
help solicited at an earliest;

Options: ReplyQuote
Re: no echo output !!!
Posted by: yfastud (---.mia.bellsouth.net)
Date: December 03, 2006 07:21PM

where did you save your php files. are they in wamp/www?

Options: ReplyQuote
Re: no echo output !!!
Posted by: johny12 (---.147.client42.icenet.net)
Date: December 04, 2006 11:12AM


ya ur right !
i hav made a folder under "www" and in that i m storing my all the projects
but then also its not showing the echo output????
plz suggest tht is there some manual configuration still to be done after installing wamp??
help sad smiley

Options: ReplyQuote
Re: no echo output !!!
Posted by: yfastud (---.va-ashburn0.sa.earthlink.net)
Date: December 04, 2006 06:38PM

access like this

[localhost] (or your_file.html, so on)

and make sure use full tag <?php, not <?

Options: ReplyQuote
Re: no echo output !!!
Posted by: Mark Jones (---.buckeyecom.net)
Date: December 05, 2006 05:56AM

Hi Johny, put this in a file named \wamp\www\test.php, and point your webbrowser to [localhost]

<html><body>
This is a normal line of text.<br>
<?php echo 'This is a line echoed from within PHP!'; ?>
</body></html>

It should show:

This is a normal line of text.
This is a line echoed from within PHP!

Options: ReplyQuote
Re: no echo output !!!
Posted by: johny12 (---.147.client42.icenet.net)
Date: December 05, 2006 10:48AM

hey thx buddy !!!
exactly this was the problem smiling smiley
i was goin mad but u saved me !!!!!!

Options: ReplyQuote


Sorry, only registered users may post in this forum.