can someone help me fix this link management assistant admin.php Error Column count doesn't match value count at row 1 thanks
Well... that code was a horrible mess - I suggest cleaning it up and posting it again using [ PHP ] instead of [ quote ]... And... "Error: column count doesn't match value count" means you have more rows in your database than you are parsing values too. Which means the insert/update doesn't work, cause the values passed through the query doesn't match the expected fields in the database.