I need a script that can submit form info to a page, then after logging in, go to another page and get the contents of it.
I don't need the redirecting part because it's already in the form info.
perl_diver
3:12 am on Jan 18, 2006 (gmt 0)
You can't submit form data to a page, you submit form data to a script, the script does something with the data. Try looking around on www.hotscripts.com for form submission scripts, maybe one will be close to what you are looking for.