检查 corporate.php 第3行传递给 eval() 函数的值

解决方案 »

  1.   

    session_start(); 
    放在首行
      

  2.   

    session_start();前面不能有输出的,放在第一行试试
      

  3.   

    session_start();一定要放在最上面,在它之前不能有任何html代码,文字,echo等的输出
      

  4.   

    session 和 cookie 前面不能有任何输出,
    如果必须,用输出缓存!
      

  5.   

    那这句话是什么意思?Unable to Fetch id, value from conf table.....
    select id, value from conf Table 'abc.conf' doesn't exist