RE: [PHP] $row and alias

2002-07-30 Thread John Holmes
; 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

[PHP] $row and alias

2002-07-30 Thread Saci
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