test
nicker='".$_COOKIE['reg_nicker']."'

解决方案 »

  1.   

    Parse error: parse error, expecting `','' or `';'' in c:\apache\htdocs\bookonline\editprofile.php on line 206it shows you where the problem is!
      

  2.   

    $getuserinfo = "select assword,birthday,id_card,email,phone_number,city,address from user_info where nicker='";
    $getuserinfo.=$_COOKIE['reg_nicker']."'";
      

  3.   

    $getuserinfo = "select assword,birthday,id_card,email,phone_number,city,address from user_info where nicker='";
    $getuserinfo.=$_COOKIE['reg_nicker']."'";
      

  4.   

    谢谢各位搞定了
    $getuserinfo = "select password,birthday,id_card,email,phone_number,city,address from user_info where nicker='".$_COOKIE['reg_nicker']."'";