robert.chuaa Posted January 3, 2008 Share Posted January 3, 2008 is it possible to submit a form without have to reload the page again and again? Quote Link to comment https://forums.phpfreaks.com/topic/84244-how-to-submit-form-without-refresh-form/ Share on other sites More sharing options...
p2grace Posted January 3, 2008 Share Posted January 3, 2008 Yes it is, you can use ajax to do that. I'd recommend xajax at http://xajaxproject.org/. Quote Link to comment https://forums.phpfreaks.com/topic/84244-how-to-submit-form-without-refresh-form/#findComment-429028 Share on other sites More sharing options...
PHP_PhREEEk Posted January 3, 2008 Share Posted January 3, 2008 If you don't care about error-checking, sure... If you care about error-checking, you can do it client-side using Javascript or AJAX. The form can only be submitted once it passes all tests. PhREEEk Quote Link to comment https://forums.phpfreaks.com/topic/84244-how-to-submit-form-without-refresh-form/#findComment-429029 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.