Concatenation of HTML string using PHP or Javascript -
I need to do HTML string concatenation (using PHP or Javascript) and I do not know how to do this. / P>
What do I need
& lt; Src = "http://maps.google" + $ city + "rest_of_the_link" & gt; (I've already tried the previous code, but it does not move)
Using PHP:
& lt; Src = "http: //maps.google< ?? = = city city? & Gt; rest_of_the_link" & gt;
Comments
Post a Comment