Please answer this simple SPAM challenge: zero plus six? (Example: nine)
Example below (BadParser) works fine with some changes.xml_set_element_handler ( $parser, array ( &$this, 'tagStart' ), array ( &$this, 'tagEnd' ) );xml_set_character_data_handler ( $parser, array ( &$this, 'tagContent' ) );
<< Back to user notes page