I am sending this to a function, and I want double-quotes around the value of the variable below, example $var = "New York"
(note the quotes)
$fq.=" + area:$state";
So when I echo $state I want double quotes around it, how can I do this?
Thanks