; Subject: [PHP] $row and alias
>
> I would like to show some fields based on a Interbase database,
everthing
> is
> working when i type the fields name usinf $row-> field
>
> something like this
>
> while ($row = ibase_fetch_object($sth)) {
> echo "$row->RAZ
I would like to show some fields based on a Interbase database, everthing is
working when i type the fields name usinf $row-> field
something like this
while ($row = ibase_fetch_object($sth)) {
echo "$row->RAZAO_SOCI";
echo"$row->ENDERECO\n" ;
}
But I would like to make a generic output wi
2 matches
Mail list logo