Hi,
sorry if this is a dumb question but I was wondering if I can somehow pass variables to another page using Header("Location:... but using POST instead of GET?
so instead of using thanks.php?a=1&b=2&c=3 I'd like to somehow encode the URL so the variables are not visible to the user i.e. sent to the next page via POST not GET.
Is this possible? or can you only do POST using forms?
Regards
A