Hi Robbert,

> Is there an easy way to find out what the auto_incremented 
> number is so I can use it to update the other table?

Sure, have a look at mysql_insert_id:
http://php.net/mysql_insert_id

Cheers
Jon

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

Reply via email to