How to synchronize in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tsorf33
Forum Newbie
Posts: 1
Joined: Wed Feb 04, 2004 11:06 am

How to synchronize in php

Post by tsorf33 »

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
dhanasekaran1980
Forum Newbie
Posts: 3
Joined: Wed Jul 13, 2005 5:10 am

synchronize in php

Post by dhanasekaran1980 »

Me too need the same urgently. Can anybody help please.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply