Vote count:
0
i'm building a form and need access to a variable from the scope of the first page (where the form is) so i can use this data for processing
So either a way to process before i've lost the previous scope, or a way to send the data to the next page so that processing can be done there instead
Some idea's i've had:
- Using jQuery/js to catch the mouse click and doing the processing before the next page takes over
- Sending the data with POST to the next page (maybe encoding with json)
What's the best or easiest way to do this? Grateful for any help!
Kind Regards, Tord
asked 17 secs ago
What's the easiest way to access php variables for previous page on form submit?
Aucun commentaire:
Enregistrer un commentaire