Просмотр поста #87995: столбцы таблицы

.
Vynderkind

вот такой костиль

оп (+/-)

define('_IN_JOHNCMS', 1);
$headmod = 'test';
require('../incfiles/core.php');

// Задаем заголовки страницы
$textl = 'test';
require('../incfiles/head.php');

$res = mysql_fetch_assoc(mysql_query("select * from `guest` limit 1"));

$mas = array();
foreach ($res as $k => $v) {
    $mas[] = $k;
}
echo '<pre>';
print_r($mas);
echo '</pre>';
require('../incfiles/end.php');