prepare('UPDATE categories SET parent_id = NULL WHERE id = :id'); $stmt->execute([':id' => $cat['id']]); echo "Fixed by setting parent_id to NULL\n"; } } echo "Done checking and fixing circular references.\n";