一个小小的php问题!问了30个人了!居然没有人能解决!

来源:百度知道 编辑:UC知道 时间:2024/09/22 03:51:20
Warning: mktime() expects parameter 1 to be long, string given in /home1/vhost/vh429752/www/include/global.func.php on line 350

Warning: Cannot modify header information - headers already sent by (output started at /home1/vhost/vh429752/www/include/global.func.php:350) in /home1/vhost/vh429752/www/member/taskedit.php on line 120

就是出现这样的错误!不知道怎么样解决?问了应该有30多个php高手了!没有一个解决的 了!

把程序给我我帮你看看你,只是这几个错误,看得出来什么呢?
麽有源文件,看的再明白也无法给你提示修改

第二个问题肯定是session的错误,将session_start();放到PHP语句最前行

session_start();放到PHP语句最前行,可以解决第二个问题。

Warning: Cannot modify header information - headers already sent by (output started at /home1/vhost/vh429752/www/include/global.func.php:350) in /home1/vhost/vh429752/www/member/taskedit.php on line 120

这个问题不是说header前有输出了么?