<?php include_once('qexec.php'); $q = new Qexec(); $res = $q->exec_query('SELECT foo,bar FROM table'); echo $res[0]['foo']; // First row of the field 'foo' ?>
info at phpclasses dot org