Question
Retrieving AUTO Increment ID from MYSQL
Hi All,
I am trying to get the ID issued from MYSQL from an Auto Increment field after an Insert Update command. I keep getting this error....
Warning: mysql_insert_id(): supplied argument is not a valid MySQL-Link resource in /www/mesa/conference/registration/TMP47yo0evkno.php on line 65
Warning: Cannot modify header information - headers already sent by (output started at /www/mesa/conference/registration/TMP47yo0evkno.php:65) in /www/mesa/conference/registration/TMP47yo0evkno.php on line 67
Plus once I get the ID, can someone help with code to pass onto the next page.
Thanks!
I am trying to get the ID issued from MYSQL from an Auto Increment field after an Insert Update command. I keep getting this error....
Warning: mysql_insert_id(): supplied argument is not a valid MySQL-Link resource in /www/mesa/conference/registration/TMP47yo0evkno.php on line 65
Warning: Cannot modify header information - headers already sent by (output started at /www/mesa/conference/registration/TMP47yo0evkno.php:65) in /www/mesa/conference/registration/TMP47yo0evkno.php on line 67
Plus once I get the ID, can someone help with code to pass onto the next page.
Thanks!
