PHP 连接打开新网页带参数

detail.php?ID=<?PHP echo $row['ID'];?>

 aa.php?ID=123

取ID参数

 $aid=$_GET['ID'];

 

网页的Render Mode,有两种。

Quirks mode

Standards compliance mode

 

PHP输出网页类型

header("Content-Type:image/png"); 
header("Content-type:text/xml");
header("Content-type:text/plain");
header("Content-type:application/xml");

 

posted on 2015-12-29 20:38  lypzxy  阅读(1027)  评论(0编辑  收藏  举报