Reading Form values into PHP
I have a form that reads data from a MySQL database.
I want to act on the data if the value in the input box is equal to a specific thing (i.e.' Yes or NO)
So if the data read from the database in this particular record =yes, or if I change it from a no to a yes I want to act on it.
and.. I have no idea how to do this in PHP without going into a mix of PHP/javascript
|