RE: [PHP] mysql_result

2002-08-08 Thread Maxim Maletsky
??? Sincerely, Maxim Maletsky PHP Beginner www.phpbeginner.com > -Original Message- > From: Sascha Braun [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 12:18 AM > To: PHP Mailingliste > Subject: [PHP] mysql_result > > I need some help! > >

Re: [PHP] mysql_result()

2001-04-04 Thread matt
extract(mysql_fetch_array($result)); sets all the variables at once. much neater :) Maatt "Jordan Elver" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > If I knnow that a query will only retrun one row, can I do thiss (below) > rather than using a while