有无错误提示?php版本有无>4.10?
表单提交后有无执行if($submit)里面的程序?
如果没有大概就是参数传递问题了,在php。ini里面改里面register_global=on

解决方案 »

  1.   

    无错误
    本机可以用
    print("the file id is : <b> $id </b>");
    应该输出 the file id is : n ( n = 1,2,3 ....)
    但是输出 the file id is : 0
    可以用的情况 localhost mysql4 for win32  
                localhost apache2 for win32不能用       remotehost mysql3.x for linux
                 localhost apache2 for win32