Hi,
is it possible to create a POST request without using a <FORM>, i.e. with 'Header("Location anything.php");' + anything else?
I want the variables not to be seen by anyone in the URL. So I'd like to pass them with the POST method. But on the other hand I do not want the user having to press a button or click on a link. That's why I need to use 'Header Location'.
Is there a way to do that?
Thanks in advance for any help
Gistenjunge