From: "Angelo Zanetti" <[EMAIL PROTECTED]> > I have a query which returns only 1 row, which of the following would be the > best to get the value from the resultset: > > mysql_result() > mysql_fetch_field() > mysql_fetch_row() > > the resultset only returns 1 column, so basically its only 1 field i get > from the resultset.
mysql_result($result,0) ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php