Is it possible to set a variable from a query that will return one
row ie..
$control = mysql_query("SE LECT control FROM table WHERE id = '1'");
row ie..
$control = mysql_query("SE LECT control FROM table WHERE id = '1'");
Comment