Posted by bender on 12/03/07 20:23
Is possible to read variable using table.fieldName like in example? example query: SELECT table1.*, table2.* FROM teble1, table2 WHERE table1.id = table2.id; $rs = $this->dbc->query($sql->createSelect()); while($row=$rs->fetch_array()){ $retVal[]=$row[table.fieldName] // doesnt work, $row[fieldName] //does work }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming