How to synchronize in php
Posted: Wed Feb 04, 2004 11:06 am
I need to perform a set of actions and make sure that another session (browser) doesn't start these actions until the first is finished. Basically, I need to read a value from LDAP and increment the value without corrupting the data. Does php have something similar to Java's synchronize?
Thanks,
jason
Thanks,
jason