I tried to truncate a table but why is it not working? must something wrong in the database query?
$sql = \"TRUNCATE TABLE `table_name`\"; $result = $connec
You have a couple different option.