<?php
/*
* Created on 2011-4-16
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
$xml=simplexml_load_file('count.xml');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<div>
<div>
<?php foreach($xml->table as $a){ ?>
<table>
<tr>
<td><?php echo $a->title;?></td>
<td><?php echo $a->time;?></td>
</tr>
<tr>
<td>
<?php echo $a->count;?>
</td>
</tr>
</table>
<?php } ?>
</div>
<?php
include('liu.html');
?>
</div>
</body>
</html>
/*
* Created on 2011-4-16
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
$xml=simplexml_load_file('count.xml');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<div>
<div>
<?php foreach($xml->table as $a){ ?>
<table>
<tr>
<td><?php echo $a->title;?></td>
<td><?php echo $a->time;?></td>
</tr>
<tr>
<td>
<?php echo $a->count;?>
</td>
</tr>
</table>
<?php } ?>
</div>
<?php
include('liu.html');
?>
</div>
</body>
</html>