
Cody Roodaka - 2012-05-06 19:25:58 -
In reply to message 1 from Thimios Vrettos
Hi, this is an example:
// set false the second boolean for non-return data
$query = $db->query('SELECT * FROM table WHERE id = 1', false);
// only works with a resourse (setting false the second value)
$rows = $db->fetchrow($query);
Sorry for my horrible English, im an argentinean :S