Visitor to my site, yes.
For example, those plugins that allow visitors to vote via a sidebar widget, where the data of the vote is stored in database. There must be a form that allows visitors to select “Yes” or “No”, and “Submit” to enter the vote into the database. My question is, should this <form> be in a serparate PHP page, other than the main plugin php file? If so, how does wordpress know that PHP page is part of my wordpress plugin? Should I include that page within my wordpress plugin page?
Thanks for the link – I’ve seen most of the sites listed on your page before, and the closest they got to man-handling a database is pulling data out, or even inserting data into the options table.
I’m trying to write a form to let me user insert data into my own plugin’s table. Any idea please?