Insert to DB from Add New Post
-
Hello,
I’m trying to insert some data to DB from Add new post page. I created two fields, where user write first and last name and than click on button to send to DB, but whatever I try does not work. The code I’m using is:
<button type="submit" name="submit">Submit</button>if(isset($_POST['submit'])){insert_player();
}Function insert_player definitely work for 100%. It seems the click on a button not start function at all.
Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Insert to DB from Add New Post’ is closed to new replies.