why won't this echo

I have this code put all it does is output a white page. I want it to echo the whole thing.

[php]echo ’

';[/php]

I’m pretty sure it has to do with the brackets remove them and I bet it will echo! post the rest of your code so we can see what’s going on. Are LATITUDE HERE and LONGITUDE HERE supposed to be variables?

My friend you have not Inputted any value,now try this :slight_smile:

[php]echo ’

asdfasdf asdf asdfasf

'; [/php]

That echos the value input but he said he wants to echo the entire section!

now check this, it’s done :slight_smile:

[php]print "echo

<wpt lat=‘LATITUDE HERE’ lon=‘LONGITUDE HERE’>
<name>aasdf
<cmt>asdf
<desc>asdfsa
</wpt>&gt[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service