Jump to content

convert php variables


clausowitz

Recommended Posts

I have this code that I use to show a google map in my website.

somehow the php variables inside the code don't display their value. When I echo them at the end of the page I do get the values but not inside these lines.

Is there a way that I can convert these php variables into something I can just put in there without echoing?

 

 

"http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=<?php echo "$home_address,+$residence,+$host";?>&ie=UTF8&hq=&hnear=<?php echo "$home_address,+$residence,+$host";?>&z=12&output=embed

 

Marco

Link to comment
https://forums.phpfreaks.com/topic/241294-convert-php-variables/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.