Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8121805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:37:07+00:00 2026-06-06T05:37:07+00:00

Say I was to offer an item to multiple users, up to a maximum

  • 0

Say I was to offer an item to multiple users, up to a maximum of say 10 purchases can be made by any user until the item is ‘deactivated’. The items are taken from the mainitems table and filtered to the specific users.

For each purchase a count is incremented in the items row to indicate the amount of purchases made. How can I control say 11 users all trying to purchase this item @ once? Is the best way to acheive this by simply locking that row until the purchase is completed and then compared? Or is there a way I can do this without having to constantly remove the results from other users and then reactivating them?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T05:37:09+00:00Added an answer on June 6, 2026 at 5:37 am

    You should use a sql transaction
    and in php you should use try{} catch(){} statement

    try
    {
    //mysql begin transaction
    
    
    //the code that does what you said it would do
    
    
    //mysql commit transaction
    }
    catch(Exception $ex)
    {
    //mysql rollback
    
    /return false
    }
    

    In this way, I dont think it would be the case that two users ask for the item in the same time the transactions are treated FIFO.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For example, say we have a ticketing system that can be configured to offer
Say you're building a Tetris game. As any proper programmer, you have your view
Say we have two tables in an MS Access db: Service Users: | ID
Say that I have a system service, and I want to offer a low-level
I was kinda puzzled by seeing that most hosting plans do offer, say, 12.000
Lets say I have two Rails models, Users and Lists. Users have_many lists and
Let's say I have a receipts model, and I want to offer a controller
MongoDB Question: I would like to find similar bookmarks of other users. Let's say
I'd like to offer my app users a couple of different skins to use
Let's say I have an employee database, where an employee can be manager of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.