MySql, Internet application and PHP
Hi,
My company developed an Intranet Application with MySql and PHP. It works
rather fine, but multi users are not really supported.
User 1 reads data
User 2 reads same data
User 2 updates his data
User 1 updates his data ... and of course scratch the changes made by the
previous user.
In a few weeks, I'll rewrite a part of this code to fix this problem.
I was told it's not easy to lock records and use transactions with an
Internet Application (using just PHP language).
I'm sure I'm not alone with this problem. As we don't want to use an other
language, such as Java or Delphi, which solutions do you see ?
Thanks for your idea !
|