Xml Php Parse Tutorial Fix

this tutorial has a small error (my fault!)

http://www.kirupa.com/web/xml_php_parse_intermediate.htm

in the PHP code where it says:

$counter = 0

it needs to say

$counter = 0;

just needs the semi-colon added on the end…