Will a PHP mySQL solution allow me to lock rows of a database while I'm working with them, or will I need to manage this myself?
If so is the solution which is immediately popping to my head, an extra smallint field in each table to hold the different lock levels, the best approach, or is there a better standard more often used?
-Rob
If so is the solution which is immediately popping to my head, an extra smallint field in each table to hold the different lock levels, the best approach, or is there a better standard more often used?
-Rob