Jump to content

update Mysql through form data entry


drizzyt

Recommended Posts

Hello everyone. I am new to this site, and relativley new to php programming. I have been trying for several days now to edit a  mysql row through a form. The problem i am having, is that when i try to update through the form i get no update, and no errors along the way. The file attached is the one i am having trouble with. i would appreciate any response.

editparser.php

Link to comment
https://forums.phpfreaks.com/topic/279487-update-mysql-through-form-data-entry/
Share on other sites

Did you look at the table to see the record you have been updating?

 

Your query is wrong. Wrap the query in double quotes and the values in single ones so that your values are actually included, and not just the text of the variable names.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.