<?php $x = simplexml_load_file("xmladin.xml"); $a = $x->item[0]->category; $b = $x->item[0]->title; $c = $x->item[0]->link; $d = $x->item[0]->description; echo $a.$b.$c.$d; ?>