时间:2021-07-01 10:21:17 帮助过:13人阅读
if($result == 1){ ShowMsg("留言添加成功"); exec("c:\path\php phpinfo"); }else{ ShowMsg("留言添加失败"); }
------解决方案--------------------
if($result == 1){
include("http://www.xxxx.com/test/testemail.php");
ShowMsg("留言添加成功");
}else{
ShowMsg("留言添加失败");
}
------解决方案--------------------
我都是require_once 'xxx.php'; 文件路径不要写错了。