I'm stuck with a problem of sending all the variables that i recieved from a form and am working with them form HTTP_POST_VARS in one php file to another.
The hing is that i am processing a form
first file reads the data submittted and displays it.
When the user presses ok the data is suposed
to be sent to another file, which will store it in a database...
How can i pass all the variables to that other file, Since i didn't display them in a form.
Sorry this may look as a trivial question but i already spent 3 hours searching for the solution, can u please help...