how to fix link management assistant admin.php Error Column count doesn't match value

Discussion in 'PHP' started by robavs, Mar 26, 2009.

  1. #1
    can someone help me fix this link management assistant admin.php Error Column count doesn't match value count at row 1 thanks


     
    robavs, Mar 26, 2009 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    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.
     
    PoPSiCLe, Mar 27, 2009 IP