Newbie to PHP from ASP
Posted: Sat May 24, 2008 12:58 am
Hello,
I come from ASP/ASP.NET, have read some PHP, and liked the extense libraries it has built in, and the functionality the PHP provides.
Now, APS.NET has the ViewState functionality. It's basically a hidden field on the page, which saves the values, and some state info of all controls, and restores the values, and state after a trip to the server.
ViewState is more complex than that, it has encryption for the data it stores, etc.
Is there a way to do that in PHP? How?
Thanks in advance,
Rick
I come from ASP/ASP.NET, have read some PHP, and liked the extense libraries it has built in, and the functionality the PHP provides.
Now, APS.NET has the ViewState functionality. It's basically a hidden field on the page, which saves the values, and some state info of all controls, and restores the values, and state after a trip to the server.
ViewState is more complex than that, it has encryption for the data it stores, etc.
Is there a way to do that in PHP? How?
Thanks in advance,
Rick