mhamilton3
Programmer
- Oct 31, 2001
- 129
Hello,
I am wondering if there is a way to post variables when redirecting with PHP. I know I can use
but I want to post whatever so it does not appear on the URL when calling the subsequent page. I have looked through a whole bunch of documentation (including tek-tips faqs) and I can not find a solution. Thanks for whatever help you can lend me.
I am wondering if there is a way to post variables when redirecting with PHP. I know I can use
Code:
header("Location: [URL unfurl="true"]http://...?whatever=something")[/URL]