2014年5月5日星期一

php get value from url

for example url.com?code=abc

$active = htmlspecialchars($_GET["code"]);

$active = abc;

没有评论:

发表评论