Column count doesn’t match value count at row 1

I see this error: "Column count doesn't match value count at row 1",
Can you help me figure out why?

<?php
error_reporting (0);
include_once ('classes/config.php');
include_once ('includes/reserved_names.php');
$user_ip […]

See original post by invalid@example.com (chrisj)

Leave a Reply