Hi!
can we insert query that contain variable in database.
For example,
if my page contain
$code = 12345;
and i've get from my database
$query["script"]; (that's contain this string SELECT * FROM $code)
can i run that query and did that query will get the $code var?