Using CGI, Perl and not using SSI how can one force the
visitors to re-submit data from a form on a simple HTML web page before they can see the results page. What code is needed in the CGI program before it prints the results page?
I want to require a re-post of form information before the user is allowed to access one of my web pages, and restrict the result page from being cached. One responder suggested using the HTTP header() function. I thank him/her for their help.
1) Is there a web page that EXPLAINS in DETAIL the...
I want to require visitors to post data each time they want to visit a certain page (one that is created by a CGI script.) I have visited pages that have stated "Page has expired", or "You must re-post data in order to continue".
How would I accomplish this without using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.