hi everyone -
i created a piece of php code for a client which serves as a mini-database manager (actually, a single table manager) so he could easily update the copy on a page. This worked fine, but then he decided to change servers, and his new server uses "PLESK". Now the code will not work. It can call the SELECT command perfectly from MySQL, but the UPDATE command wont work. Hmm. It doesn't return a single error, and the code acts as if it worked, but the MySQL DB remains unchanged.
I believe this has something to do with permissions, but after logging in to PLESK with the domain administrator account, I can not change the database user permissions. phpMyAdmin is used by PLESK, but that doesn't seem to help with the permission issue.
If anyone could help, I would honestly appreciate it. Thank you!
-Matt