Subject | Re: [firebird-php] Re: TIME Configuration... |
---|---|
Author | Lester Caine |
Post date | 2007-08-14T04:55:35Z |
luluzynha13 wrote:
print_r($o);
And see what is actually in the $o array.
Check the case of the field names ;)
--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird - http://www.firebirdsql.org/index.php
> //echo $sql;Drop in a
> if ($rs = $db->Execute($sql))
> { while ($o = $rs->FetchNextObject()) {
print_r($o);
And see what is actually in the $o array.
Check the case of the field names ;)
--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird - http://www.firebirdsql.org/index.php