Warlord 099
0
Q:

php PDO howto columns from table

$result = $db->query('select * from table limit 1');
$fields = array_keys($result->fetch(PDO::FETCH_ASSOC));
0

New to Communities?

Join the community