RE: [PHP-DB] element in the SELECT query

2001-04-12 Thread Steve Brett
from blah blah blah .. and then idcount will be available from fetch_row or fetch_array etc. Steve > -Original Message- > From: phobo [mailto:[EMAIL PROTECTED]] > Sent: 11 April 2001 21:46 > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] element in the SELECT query > &g

Re: [PHP-DB] element in the SELECT query

2001-04-11 Thread phobo
you should look at php.net. Having never used postgres, my imagination thinks that perhaps http://www.php.net/manual/en/function.pg-numfields.php is what you're after. and btw, if you're fetching a whole row, don't retreive a field at a time - its very slow. use a fetch_array or something. siggy