php-general | 2001122
Date: 12/30/01
- Next message: Todd Cary: "[PHP] Need some Linux/Apache help"
- Previous message: Stefan Pettersson: "[PHP] Bit shifting conversion (Delphi -> PHP)"
- Next in thread: Bogdan Stancescu: "Re: [PHP] mysql_fetch_array"
- Reply: Bogdan Stancescu: "Re: [PHP] mysql_fetch_array"
- Reply: Vincent Stoessel: "Re: [PHP] mysql_fetch_array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ok I have use mysql_fetch_array to dump the results of a select query with a
join in it.
if my tables contain a column with the same name how can I distinguish from
them. I'm used to
table_name.value method in other languages but when I tried
$row['table_name.value'] I don't get any values.
can anyone point me in the right direction.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Todd Cary: "[PHP] Need some Linux/Apache help"
- Previous message: Stefan Pettersson: "[PHP] Bit shifting conversion (Delphi -> PHP)"
- Next in thread: Bogdan Stancescu: "Re: [PHP] mysql_fetch_array"
- Reply: Bogdan Stancescu: "Re: [PHP] mysql_fetch_array"
- Reply: Vincent Stoessel: "Re: [PHP] mysql_fetch_array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

