Is it possible to submit data without reloading/redirecting a page.
I'm creating a php script where a user first needs to select a category, up on doing that i want them to be presented with a form where they can enter data, this is then sent to PHP and re-loades to show the results in the last step. I want to do all this without reloading the page. So when they submit the form a textarea will load with results.
I know it cant be done directly in PHP as PHP requires a page to be reloaded.
Question
game_over
Is it possible to submit data without reloading/redirecting a page.
I'm creating a php script where a user first needs to select a category, up on doing that i want them to be presented with a form where they can enter data, this is then sent to PHP and re-loades to show the results in the last step. I want to do all this without reloading the page. So when they submit the form a textarea will load with results.
I know it cant be done directly in PHP as PHP requires a page to be reloaded.
Link to comment
Share on other sites
16 answers to this question
Recommended Posts