> > Here is the code on line 39....
> > 
> > $d = mysql_result($result, $c, "id");
> > 
> > the field "id" is an auto_increment column.
> > $c is an exsisting row in the query, $result.
> >
> > Any help? 
> 
> Yes, it looks like $result doesn't contain anything, so maybe
> your SQL is messed up. 

Oh yes, additionally (this is more for others who may have the
same question, since you seem to have solved yours) the variable
$c may not contain the value you're expecting it to contain.

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to