| http://www.sqlsky.com/ |
|
|
|
|
|||
index.html
list.php
$data = array("北京"=>array("小强","旺财","小强他爹"),
"通化"=>array("小温","小宋","他们儿子"),);
$city = $_GET["city"];
$result = $data[$city];
$str = "";
echo $str;
?>