Possible Duplicate:
php - insert a variable in an echo string
I have a link that when it is clicked calls the next page and should pass two varibles to the page, the first is Manu and the second is fuel_type.
The problem is I can not seem to get the code to identify the variables and instead it passes the dollar sign and the variable name and not the value.
The code is below, i have tried writing this several different ways, but I am just running out of ideas.
.'<a href=\act/manufacturer.php?manufacturer=$manu&fuel_type=$fuel_type>'.$manu.'</a>'.