Submit form values to DB within same file

Associate
Joined
4 Feb 2014
Posts
12
I would like to submit form values to a database without it having to load a new file. Basically I would like to hit submit and it executes the INSERT code from the same page without POSTing to another page.

What is the best way of doing this?

Have seen guys using php functions on submit or even isset, which im not too sure about.

Could anyone push me in the right direction please:)
 
Back
Top Bottom