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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -