PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I've got a form which submits a bunch of fields and on the following page I'm trying to use those values to update the database. However, I cannot get it to work for some reason. Here's my code:
Besides what should be fairly obvious, no there's nothing extra to do. If the page was submitted via POST and there was a "price" field then that code will work.