Strange one, I must be missing something.
$city = "vancouver";
$insert1 = "https://www.site.ca/buy/vancouver/28130965/";
$url2 = str_replace('/$city/','index.php?deal=',$insert1);
|
Strange one, I must be missing something.
| |||
|
feedback
|
|
You can interpolate variables only in double quotes. Use:
Or:
| ||||
|
feedback
|
". – Pekka Feb 4 '11 at 0:05