Hey All.
How would I post data from one page to another withOUT using a forms submit button.
In essance, I want to pass information from one page to the next without forcing a user to click a forms button. Typically I use header() to redirect, but I need to redirect using a form POST so that the variables are not shown within the URL.
I'm sure this is one of those idiot questions, but I've never had to do this in 5+ years of programming, so got no idea.
Thanks.