Hello,
I am having a issue with PHPMyAdmin. When I click to insert or update a row, it automatically assigns a different number than what I type. The field is programmed to be a varchar(255) and is not the primary key and it is not set to auto_increment.
WHen I click on update row and change the value of that field, PHPMyAdmin tells me that "Affected rows: Modifications have been saved." But, it does not change it.
When I run the SQL commands in phpmyadmin, it comes back as a zero row affected.
When I run a php file with the SQL commands, phpmyadmin does not show the change.
Is this a foreign id issues?
Can anyone help?
Travis



LinkBack URL
About LinkBacks
Reply With Quote








