检测客户端是否支持cookie
//检测客户端是否支持cookie error_reporting(E_ALL ^ E_WARNING ^ E_NOTICE); ini_set('display_error',TRUE); //检测cookie是否已经生效 if($_GET['set'] != 'yes') { //设置cookie set...