I 've tested the function mysql_insert_id($link_identifier) to get the inserted id e see value of the $link_identifier using different connections, ADLS, modem, etc.
But although I can get the value of the id for the last insertion correctly, the value of the link_identifier keeps always with the same:"Resource id #1".
I am afraid I may face some problems in future
Shouldn't it be different. Look, I have specified it as a parameter in the function.
Thanks
But although I can get the value of the id for the last insertion correctly, the value of the link_identifier keeps always with the same:"Resource id #1".
I am afraid I may face some problems in future
Shouldn't it be different. Look, I have specified it as a parameter in the function.
Thanks