PHP Redirect, Keep POSTs -


I have an html page with a checkbox form. The API has a PHP script to implement in the form. PHP scripts collect POST variables OK but clearly a blank screen display because it goes to execute www.example / script.php once.

header

.. How can I collect that data in POST and then can I attach the attached script to any other form automatically with PHP's activity on any other form?

Thank you and sorry if I do this in a misleading way

You can store variables in $ _ POST in the $ _ session and then submit when the last part of the form is completed or you can hide these values ​​as information And can store them on the final page.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -