Просмотр поста

.
dilp

$a="d$number";
$r = mysql_query("SELECT $a FROM `test` ");
$b = mysql_fetch_array($r);
echo $b[$a];