Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Validation without Javascript

Status
Not open for further replies.

arundahar

Programmer
Apr 27, 2001
53
GB
Hi, i have a form with over 20 fields on it. I want to submit this page, storing any filled in details, and redirect the user if there are any errors and highlight them.

How do i do this WITHOUT using Javascript? How do i store the values the User has ALREADY entered and return them back to the page with the fields pre-populated? Do i have to do it all in the Querystring? Any other way besides that and using a Session variable (which i can't use!).

Basically how can i persist any information across pages which isn't in a form. If i redirect, surely i lose any constants set in #include files etc...

Thanks.
 
One word: database. codestorm
Fire bad. Tree pretty. - Buffy
Hey, I'm operating on a limited mental budget here.
<insert witticism here>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top