Thank you, I'll try.
I'm very very "new" (just 4 hours :)) in php programming. 
Thank you again. 
----- Original Message ----- 
From: "Jason Wong" <[EMAIL PROTECTED]>
Newsgroups: php.db
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 20, 2003 4:19 PM
Subject: Re: [PHP-DB] Reference to SQL qyery result ????????


> On Sunday 21 September 2003 17:37, Evgeny wrote:
> 
> > When I run this query in MySqlAdmin the result is 124
> > but I can't  retrieve the result by code
> >
> > $result = $DB_site->query("SELECT MAX(id) AS ID1  FROM chatbox ");
> >  $rangee = mysql_fetch_assoc($result) ;
> >  $identifiant = $rangee['id1'] ;
> >
> > What the problem ?
> 
> Case-sensitivity issue?
> 
> Did you try *any* debugging at all? Eg print_r($rangee)?
> 
> -- 
> Jason Wong -> Gremlins Associates -> www.gremlins.biz
> Open Source Software Systems Integrators
> * Web Design & Hosting * Internet & Intranet Applications Development *
> ------------------------------------------
> Search the list archives before you post
> http://marc.theaimsgroup.com/?l=php-db
> ------------------------------------------
> /*
> Love is in the offing.  Be affectionate to one who adores you.
> */

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to