我正在开发 w 网站。在这里,我包含了一个缩略图页面。它在我的本地主机中运行良好。但是当我上传它时,我会看到一个错误
Warning: Cannot modify header information - headers already sent by (output started at /mydomain/demo1/admin/thumbnail.php:50) in /mydomain/demo1/admin/act-addVehicle.php on line 191
我的代码
if(move_uploaded_file ($tmpName,$path.$actual_image_name)){
$succ=1;
chmod("$add",0777);
$imgSucc=1;
//strt image thumbnail
include("./thumbnail.php");
// ends
}else{ echo "Failed to upload file Contact Site admin to fix the problem";
exit;}
如何避免此错误 php ini 中是否有任何设置?
有人知道吗 ?请回复