php-db | 2001041
Date: 04/11/01
- Next message: CC Zona: "Re: [PHP-DB] Really Dumb Question..."
- Previous message: Sharmad Naik: "[PHP-DB] connection to database"
- Next in thread: phobo: "Re: [PHP-DB] element in the SELECT query"
- Reply: phobo: "Re: [PHP-DB] element in the SELECT query"
- Maybe reply: Steve Brett: "RE: [PHP-DB] element in the SELECT query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
say u say a query like
SELECT * from user where user='sharmad';
Is there any variable like pg_Result that will count the number of differnet
values in * ?
like i wanted to give something like
for($i=0;$i<pg_NumRows;$i++){
for ($j=0;$j<***Tell me what to put here *** ;$j++){
echo pg_Result($result,$i,$j);
}
}
-Regards
-- The secret of the universe is @*&í!'ñ^#+ NO CARRIER __ _ _ _ _ |_|_||_||_||\/||_|| \ _|| || || \| || ||_/-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: CC Zona: "Re: [PHP-DB] Really Dumb Question..."
- Previous message: Sharmad Naik: "[PHP-DB] connection to database"
- Next in thread: phobo: "Re: [PHP-DB] element in the SELECT query"
- Reply: phobo: "Re: [PHP-DB] element in the SELECT query"
- Maybe reply: Steve Brett: "RE: [PHP-DB] element in the SELECT query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

