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!
Can anyone tell me if a web based PHP script is accessed by more than 1 person, are the variable values unique to the individual user accessing them or do other users inherit the new values (if that makes sense) ?
The reason I ask is; I've written a web based app where users log in and it performs calculations for them that is producing some unexpected results and I cant replicate the problem as it preforms perfectly for me (the first user logged on).