This may be a newbie question, but I can't seem to find the answer anywhere, so I hope someone can help me.
Is there a way to use a PHP script to imitate the POSTing of a form to another script so that the second script is opened in the browser window and has access to the variables POSTed to it.
In other words, without using either a form or query string, can I launch another URL in the browser window and pass variables to it?
To make it even more difficult, I cannot edit the script I want to launch.
All of the scripts I can find for this (sendtohost.php included) seem to be obtaining the results from an external script, but not actually launching it in the browser window.
What am I missing?
(besides a clue)
😕
Thanks in advance