php版本?
php.ini 中register_globals 的值是什么。
代码

解决方案 »

  1.   

    应该不关系到REGISTER_globals吧?你把代码贴出来看看
      

  2.   

    试试$_POST['name']或$_SESSION['name']
      

  3.   

    rename "name" to "nam", c whether it gets the same error..
      

  4.   

    url = http://www.doddo.com/ddd.php?name=zzyPage Not Found 
     
    The page you tried to access does not exist on this server. This page may not exist due to the following reasons: You are the owner of this web site and you have not uploaded (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, click here for FTP Upload Information. The URL that you have entered in your browser is incorrect. Please re-enter the URL and try again. The Link that you clicked on incorrectly points to this page. Please contact the owner of this web site to inform them of this situation. 
     
      

  5.   

    系统问题,前天我的xp突然开不了机,修复后出现很多乱七八糟的错误。现在可以提交表单,但上传文件表单无法使用(不要说我哪里设置错误,这个连可能性也没有)。mysql无法写入文件等等。
      

  6.   

    $_GET['name']这样写,不管register_global设置什么值都可以得到
    再找找别的问题吧
      

  7.   

    在PHP4.1后都支持$_GET,不管register_global设置什么值都可以得到。
    如果是PHP4.1以前版本,你可以用HTTP_GET_VARS。
    从你的问题上看,应该不是这个问题,可能是系统没配置好你用http://www.doddo.com/ddd.php试试,看什么错误