Hi. I'm new to PHP but I'm making progress.
However, I'd like to know if I can use all the data in the $_POST array and send to the next page.
Essentially, I perform a check of the content (which can vary), before sending it on to another page which will handle the real processing of the required information.
Can this be done easily, or do I have to extract all the individdual paramteres and re-process them somehow to pass on to the next page.
My Post data contains nested arrays.
What are your recomendations?
thanks
Adrian
However, I'd like to know if I can use all the data in the $_POST array and send to the next page.
Essentially, I perform a check of the content (which can vary), before sending it on to another page which will handle the real processing of the required information.
Can this be done easily, or do I have to extract all the individdual paramteres and re-process them somehow to pass on to the next page.
My Post data contains nested arrays.
What are your recomendations?
thanks
Adrian
Comment