Clemson Chan wrote:
> Hi guys,
>
> I never can get mysql_insert_id?
> Is this broken with PHP4?
> Please let me know if you can get it to work. or work around.

It works here, but it returns only an ID if the table in which you add a
record has a AutoIncrement column, because it will returns the value of the
AutoIncrement column.

HTH
Erwin


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

Reply via email to