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> 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 Link to comment https://forums.phpfreaks.com/topic/148264-form-submit-without-reload/#findComment-778378 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.