Hi there everyone, I'm creating a new entry using the following:
mysql_query ("INSERT INTO agents (agent_name)
VALUES ('$agentname')
but I need to find out the ID value it created, how can I do this easily?
Thanks
Chris
Hi there everyone, I'm creating a new entry using the following:
mysql_query ("INSERT INTO agents (agent_name)
VALUES ('$agentname')
but I need to find out the ID value it created, how can I do this easily?
Thanks
Chris