$variable= "/directory/file.php?my-places=$row[my-places]";
I cannot remove the "-", I also have alot of rows, I dont want to predefine each one into a variable
if I use : [my-places]
this will return an empty result
if I use : ['my-places']
this will cause a parse error.
What is the correct syntax for this?
Thanks
-Arron