I have a little problem. I want to reload my page after submitting a form.
<form method="post" action="">
<textarea cols="30" rows="4" name="update" id="update" maxlength="200" ></textarea>
<br />
<input type="submit" value=" Update " id="update_button" class="update_button"/>
</form>
on your full page, you could have this
Hope this helps.
You can maybe use :
only use
right after insert query before } example
LOL, I'm just wondering why no one had idea about the PHP header function:
I use this, so user is not prompt to resubmit data if he refresh the page.
See Refresh a page using PHP for more details