Hi,
Is there a way to lock the application similar to Application.Lock in ASP.NET?
The reason is that I have an insert query that takes place in one of my PHP pages, and I want to get the auto ID from that record once the insert query takes place.
Or maybe there is a way to do that in one query? something like sending the ID back to the query once the record is inserted?
Thanks
Is there a way to lock the application similar to Application.Lock in ASP.NET?
The reason is that I have an insert query that takes place in one of my PHP pages, and I want to get the auto ID from that record once the insert query takes place.
Or maybe there is a way to do that in one query? something like sending the ID back to the query once the record is inserted?
Thanks






