Re: [PHP] mysql_fetch_row options

2002-10-26 Thread Jason Wong
On Saturday 26 October 2002 18:23, James Taylor wrote: > There's got to be a better way to go about this: I am constantly doing > mysql queries where I am doing > a count(), so a sample query would be like this: "select count(*) from > database". I'm expecting only > ONE value back exactly, and th

Re: [PHP] mysql_fetch_row options

2002-10-26 Thread Tom Rogers
Hi, Saturday, October 26, 2002, 8:23:23 PM, you wrote: JT> There's got to be a better way to go about this: I am constantly doing mysql JT> queries where I am doing JT> a count(), so a sample query would be like this: "select count(*) from JT> database". I'm expecting only JT> ONE value back exac

[PHP] mysql_fetch_row options

2002-10-26 Thread James Taylor
There's got to be a better way to go about this: I am constantly doing mysql queries where I am doing a count(), so a sample query would be like this: "select count(*) from database". I'm expecting only ONE value back exactly, and that's the count results. However, to get this data into a variabl