Please I need help with the code, the create the database is ok, the config.inc is ok, but don´t work the error is in:
firefox-> Parsed xml:
IE -> Error reading the response [object error]
😕
(article: http://www.phpbuilder.com/columns/ben_robinson200701017.php3)
<?php
require_once('include/get_xml.php');
?>
<html>
<head>
<script src="include/parse_xml.js"></script>
<?php
/this sets up the javascript array to parse your xml file using the
column names auto-gened from the underlying classes
/
$ai->gen_jsFieldlist('records');
?>
<body onload="show_data(<?php echo $_GET['id']; ?>);"></body>
<title> Dynamic XML parsing examples </title>
</head>
<div id="output">
</div>
</html>
thanks rraffo