foxphpbomb
Programmer
I have a page that receives some post variables and is supposed to pass them on to another page. This is done through an autosubmit onload event.
My question is,is there a way to receive all the variables into an array an automatically fill a form with them, without having to intercept each individual value.
My question is,is there a way to receive all the variables into an array an automatically fill a form with them, without having to intercept each individual value.