On a given PHP page with a form, is there an easy way to store the values typed by the user and if there is a user-error, have the fields re-populated on post back? In ASP.NET, this is taken care of automatically, and is really convenient.
Thanks,
-- Aaron