forms - Viewstate in PHP -


is possible enable viewstate in php? 1 input value , value stays there when refresh page. if yes, brief explanation on how works appreciated.

you don't have such thing in php, can use php sessions store variable when page loads , can use values later.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -