1) How do I either send the URL of one script by the non-URL method (either GET or POST) to a second script, or get the URL of the first script in the second script. (I am sending 1 string of text from the first script to the second otherwise).
2) How do I redirect the browser back to the first script from the second script?
3) GET and POST, which puts the data in the URL as arguments and which sends the data invisible to the user?
2) How do I redirect the browser back to the first script from the second script?
3) GET and POST, which puts the data in the URL as arguments and which sends the data invisible to the user?