First Post & Question
-
Hello,
This is probably something obvious, but this is my first wp/php work and I am trying to get up to speed. (Is this the right place for this?)
I have a plugin that reads from a database table and displays the records in a list. The list has an edit link which displays a HTML form filled in with the record’s fields from the database.
I am unsure of the best way to get the edit-form values into php in order to perform the sql UPDATE on the table. I don’t want to pass the values in the URL, right? What other options are there?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘First Post & Question’ is closed to new replies.