Re: [PHP-DB] resources and resource types

2008-03-31 Thread Jon L.
What I get for not refreshing. ;) Sorry, man. Didn't know you already gave the links. - Jon L. On Mon, Mar 31, 2008 at 1:56 PM, Andrés G. Montañez < [EMAIL PROTECTED]> wrote: > The ID of the resource changes on every new resource. > There is no co-relation between resources and resources id. >

Re: [PHP-DB] resources and resource types

2008-03-31 Thread Jon L.
Here's the manual: http://php.net/language.types.resource Also: http://php.net/resource An entire list of all possible resource types and respective functions. Read up, man. - Jon L. On Mon, Mar 31, 2008 at 1:39 PM, Richard Dunne <[EMAIL PROTECTED]> wrote: > When I did a search on "resource(5)

Re: [PHP-DB] resources and resource types

2008-03-31 Thread Andrés G. Montañez
The ID of the resource changes on every new resource. There is no co-relation between resources and resources id. The only thing you can get is the Type of the Resource, read: * http://www.php.net/manual/en/language.types.resource.php * http://www.php.net/manual/en/resource.php * http://www.php.ne

RES: [PHP-DB] resources and resource types

2008-03-31 Thread Thiago Pojda
array, mysql_fetch_assoc or one of the many others detailed in, you guessed it, the manual. Try it, you might like it. -Stut -- http://stut.net/ -Mensagem original- De: Richard Dunne [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 31 de março de 2008 15:40 Para: php-db@

[PHP-DB] resources and resource types

2008-03-31 Thread Richard Dunne
When I did a search on "resource(5)" within the PHP online documentation, I found the resource page resource.php. While although it lists all the resources used with mysql, it does not mention how resources are related to resource numbers as above. A query such as a row count on a table results