Porl123 Posted November 11, 2008 Share Posted November 11, 2008 I've been making a page for my site, which creates records and not much more. There's an overall limit of 10 records I can have in the table that I'm entering these records in and it's crucial more aren't entered, but I've just heard about that if two people create a record at the exact time, it runs through the limit check and enters them both, which makes sense really. I was wondering if anyone knew a way to get around this? It's really important the table only has 10 records or less Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/132285-queries-running-at-the-same-time/ Share on other sites More sharing options...
Porl123 Posted November 11, 2008 Author Share Posted November 11, 2008 Or if you know any webpages that talk about this problem so I can get an idea of it Quote Link to comment https://forums.phpfreaks.com/topic/132285-queries-running-at-the-same-time/#findComment-687739 Share on other sites More sharing options...
fenway Posted November 11, 2008 Share Posted November 11, 2008 You need to use a transaction table... or you can cheat with myisam tables in a variety of ways. Quote Link to comment https://forums.phpfreaks.com/topic/132285-queries-running-at-the-same-time/#findComment-687878 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.