$_POST获取值后传递问题
<form action="002.php" method="post">Name:
<input type="text" name="name" />
Age: <input type="text" name="age" />
<input type="submit" />
</form>
<?php
$aa=$_POST['name']
echo $aa
?>
2010-04-14 16:05
2010-04-14 17:56

2010-04-17 21:36
2010-04-25 18:33
2010-05-06 23:22