12.06.2013, 15:23
When someone registers in my server, they get an account id. Now I use the new plugin, but I use this
What would be the code for this using cache?
Thanks!
Код:
mysql_store_result(); new accountN = mysql_insert_id(); mysql_free_result();
Thanks!