Hi am am setting up a small website and have set up formmail.pl to create a way of people asking questions.
I'd like now to add a way of visitors to display a HTML page by entering a number (invoice number) into a HTML form and then retrieve a html page. So I create a html page called http://www.mysite/1234.html and the user types in 1234 into the form and the page http://www.mysite/1234.html is retrived and displayed. I imagine I could use the perl script to create the full url and display the page by conctenating the domain name, invoice number and .html but I really have no idea about how to do this. Can I use the GET method of the form? I am hoping someone can point me towards a tutorial or offer up some snippets. Thanks -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
