Hello,
for my homework from school I must determine how to remember php variables,
because we want to write script in php, which request input values from user. Then, with these values provide calculation and for user control (excercise mode) request input values again. These steps may repeat more times. However, classmate told me that in php language scripts request on their start input and then runs to the end, while in javascript i may have more inputs in my code and I always will be promted to enter input.
So in php I must remember variables between steps. It is true?
Can anybody help me with this? I am absolutly newbie in php and need to only present the solution in my classmate group.
Many thanks.


