Jump to content

Form submit without reload


almightyegg

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.