|
How do I set up the MySQL statements to update my site's configuration via forms? As in, actually taking the form data and updating the MySQL databases accordingly.
When I look at phpMyAdmin, it shows the changed values, but then follows up with a list of "WHERE blah = blah", etc. Is there an easier way?
|