Is it possible to...

admin

Administrator
Staff member
do something like this:

$color="blue";
SELECT blah FROM '$color'

Because when I try it, it doesn't seem to work.. and if I do

SELECT blah FROM blue

then it works..
 
Back
Top