If I have an INSERT statement, which has a PK (id, autoincrement), is there a way to get the very last id entered while still in the same function? I suppose, since it is autoincrement, that I could ...
I'm rather new to using mySQL and PHP so please bare with me if these questions seem rather elementary.<BR><BR>A little back ground. The company I work for has a survey on their website that once to ...