$query = "INSERT INTO c VALUES(null,{$p_id} ,{$_POST['и_ТАК_ТОЖЕ']} ,{$name})";
$query = "INSERT INTO c VALUES(null, " . $p_id . ", " . $_POST['и_ТАК_ТОЖЕ'] . ", " . $name;
$xml = simplexml_load_string(file_get_contents($url));
foreach($xml->Section->Item as $index => $item){
if ($index === 0){
continue;
}
echo "<p>$item->Description</p>";
echo "<p>$item->Image</p>";
}