My first plugin – Database Interaction from the 'Front Pages'
-
Hey WordPress buddies! I’m a developer coming from Moodle and ModX.
I’m building a League Manager as my first plugin. Users will be able to create teams, with out being in the WordPress Admin area; they will remain on the front page.
I have create the database tables with the activate hook.
- What is the best practice for users to submit data to a form, from the front end?
- Do I just use $_POST[‘team_name’]?
- Do I have to write my own validation?
- The topic ‘My first plugin – Database Interaction from the 'Front Pages'’ is closed to new replies.