almightyegg Posted March 6, 2009 Share Posted March 6, 2009 Hi, right, I have a form with a simple text input and a submit button... I want that button, when pressed, to access a file (new.php) and take that message data with it BUT without the page reloading at all and the message input emptyig after the file is accessed... I'd be really greatful if somebody could point me in the right direction... here's my form currently: <form method="POST"> <input type="text" name="message"> <input value="Post!" type="submit"> </form> Quote Link to comment https://forums.phpfreaks.com/topic/148264-form-submit-without-reload/ Share on other sites More sharing options...
kickstart Posted March 6, 2009 Share Posted March 6, 2009 Hi Sounds like something that would be best done with AJAX. All the best Keith Quote Link to comment https://forums.phpfreaks.com/topic/148264-form-submit-without-reload/#findComment-778378 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.