搜索
首页后端开发php教程php 连接数据库解决思路

php 连接数据库
出错为:

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in E:\phpser\AppServ\www\mzgz1.php on line 115
JpGraph Error: HTTP headers have already been sent.
Caused by output from file mzgz1.php at line 115. 
Explanation:
HTTP headers have already been sent back to the browser indicating the data as text before the library got a chance to send it's image HTTP header to this browser. This makes it impossible for the library to send back image data to the browser (since that would be interpretated as text by the browser and show up as junk text).
Most likely you have some text in your script before the call to Graph::Stroke(). If this texts gets sent back to the browser the browser will assume that all data is plain text. Look for any text, even spaces and newlines, that might have been sent back to the browser. 

For example it is a common mistake to leave a blank line before the opening " 

代码为:
ini_set('date.timezone','Asia/Shanghai'); // 'Asia/Shanghai' 为上海时区 
$day=date("Y-m-d");     //获取当前日期
$timer=date("H:00:00");//获取当前的时间
$yestday=date("Y-m-d",strtotime("-1 day"));//获取昨天时间
$conn=mysql_connect('localhost','root','root');
mysql_select_db("pm25",$conn);
mysql_query("set names utf8");
$arr=mysql_query("select pm25,time from ceshi where data='$day'",$conn);   //查询日期为今天结果赋值给数组arr
$arr1=mysql_query("select pm25,time from ceshi where data=$yestday",$conn);   //查询日期为昨天结果赋值给数组arr1
$time=array(
"0"=>"00:00:00",
"1"=>"01:00:00",
"2"=>"02:00:00",
"3"=>"03:00:00",
"4"=>"04:00:00",
"5"=>"05:00:00",
"6"=>"06:00:00",
"7"=>"07:00:00",
"8"=>"08:00:00",
"9"=>"09:00:00",
"10"=>"10:00:00",
"11"=>"11:00:00",
"12"=>"12:00:00",
"13"=>"13:00:00",
"14"=>"14:00:00",
"15"=>"15:00:00",
"16"=>"16:00:00",
"17"=>"17:00:00",
"18"=>"18:00:00",
"19"=>"19:00:00",
"20"=>"20:00:00",
"21"=>"21:00:00",
"22"=>"22:00:00",
"23"=>"23:00:00"
);
$pm25=array("0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0");
$pm25today=array("0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0");
$pm25yestday=array("0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0");
while($result=mysql_fetch_assoc($arr)){
//echo "yes2";
for($j=0;$j //echo "yes1";
if ($result['time']==$time[$j]){
$pm25today[$j]=$result['pm25']; //存放今天的Pm2.5
//echo "yes";
}
}
}
while($result=mysql_fetch_assoc($arr1)){
//echo "yes2";
for($j=0;$j //echo "yes1";
if ($result['time']==$time[$j]){
$pm25yestday[$j]=$result['pm25']; //存放昨天的Pm2.5
//echo "yes";
}
}
}
for($i=0;$i if ($pm25[$i]==0){
  $pm25today[$i]= $pm25today[$i-1]; //获取今天PM25数据
}
}
$a1=array("0点","1点","2点","3点","4点","5点","6点","7点","8点","9点","10点","11点","12点","13点","14点","15点","16点","17点","18点","19点","20点","21点","22点","23点"); //设置X轴
$a=array("0点","1点","2点","3点","4点","5点","6点","7点","8点","9点","10点","11点","12点","13点","14点","15点","16点","17点","18点","19点","20点","21点","22点","23点"); //设置X轴
if($timer=="23:00:00"){
$pm25[$i]=$pm25today[$i];
if($pm25[0]==0){
$arr=NULL;
$daytimer=0;
while($arr==NULL){
$daytimer++;
$day=date("Y-m-d",strtotime("-$daytimer day"));
$arr=mysql_query("select pm25 from ceshi where data=$day",$conn);
}
$a3=mysql_num_rows($arr);
$result=mysql_fetch_assoc($arr[$a3]); //去最后一条记录
$pm25[0]=$result['pm25'];
}
}
else{ //初始化
$m=0;
$yestimer=date("H:00:00",strtotime("+1 hour"));//24小时之前的时间
for($j=0;$j if($timer==$time[$j]){
$m=$j;//标记现在时间位置
}
}
for($i=0;$i if ($pm25[$i]==0){
  $pm25yestday[$i]= $pm25yesday[$i-1]; //获取昨天PM25数据
}
}
$m1=23-$m;
$m2=23-$m;
for($j=0;$j $pm25[$j]=$pm25yestday[24-$m1];
$m1=$m1+1;
}
for($i=0;$i $pm25[$m2]=$pm25today[$i];
$m2++;
}

if($pm25[0]==0){
$arr=NULL;
$daytime=3;
while($arr==NULL){
$day3=date("Y-m-d",strtotime("-$daytime day"));
$arr=mysql_query("select pm25 from ceshi where data=$day3",$conn);
$daytime++;
}
$a4=mysql_num_rows($arr);
$result=mysql_fetch_assoc($arr[$a4]); //去最后一条记录
$pm25[0]=$result['pm25'];
}

for($j=23-$m;$j $m1=$j-$m;
$a[$j]=$a1[$m1];
}
for($j=0;$j $a[$j]=$a1[$n];
$n=$n+1;
}
}
 //用PHP画折线图
  include("E:/phpser/AppServ/jpgraph/jpgraph/jpgraph.php");
  include("E:/phpser/AppServ/jpgraph/jpgraph/jpgraph_line.php");
//$datay = array(109,120,120,97,112,135,135,106,106,106,204,124,124,124,119,109,118,118,197,155,142,142,136,137); //填充的数据
$datay=$pm25;
  $graph = new Graph(700,300,"auto");    //生成画布
  $graph->img->SetMargin(50,40,30,40);  //设置画布的边距
  $graph->img->SetAntiAliasing();     //设置拆线的平滑状态
  $graph->SetScale("textlin");     //设置刻度样式
  $graph->SetShadow();//创建画布阴影
  $graph->title->Set("最近24小时pm2.5值的变化");//设置标题
  $graph->title->SetFont(FF_SIMSUN,FS_BOLD);//设置标题字体
  $graph->SetMarginColor("lightblue");//设置画布的背景颜色为淡蓝色
  $graph->yaxis->title->SetFont(FF_SIMSUN,FS_BOLD);//设置Y轴标题的字体
  $graph->xaxis->SetPos("min");
  $graph->yaxis->HideZeroLabel();
  $graph->ygrid->SetFill(true,[email protected]',[email protected]');
  //$a=array("0点","1点","2点","3点","4点","5点","6点","7点","8点","9点","10点","11点","12点","13点","14点","15点","16点","17点","18点","19点","20点","21点","22点","23点"); //设置X轴
  $graph->xaxis->SetTickLabels($a);
  $graph->xaxis->SetFont(FF_SIMSUN);   //设置X坐标轴的字体
  $graph->yscale->SetGrace(20);
  $p1 = new LinePlot($datay);    //创建折线图对象
  $p1->mark->SetType(MARK_FILLEDCIRCLE);    //设置数据坐标点为图形标记
  $p1->mark->SetFillColor("red");     //设置填充的颜色
  $p1->mark->SetWidth(4); //设置圆柱形标记的直径为4像素
  $p1->mark->SetColor("blue");    //设置拆线颜色为蓝色
  $p1->SetCenter();   //在X轴的各坐标点中心位置绘制拆线
  $graph->Add($p1);    //在统计图上绘制折线
  $graph->Stroke();   //输出图像
?>
------解决思路----------------------
115行是哪行?

声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
PHP电子邮件:分步发送指南PHP电子邮件:分步发送指南May 09, 2025 am 12:14 AM

phpisusedforsendendemailsduetoitsignegrationwithservermailservicesand andexternalsmtpproviders,自动化notifications andMarketingCampaigns.1)设置设置yourphpenvironcormentswironmentswithaweberswithawebserverserverserverandphp,确保themailfunctionisenabled.2)useabasicscruct

如何通过PHP发送电子邮件:示例和代码如何通过PHP发送电子邮件:示例和代码May 09, 2025 am 12:13 AM

发送电子邮件的最佳方法是使用PHPMailer库。1)使用mail()函数简单但不可靠,可能导致邮件进入垃圾邮件或无法送达。2)PHPMailer提供更好的控制和可靠性,支持HTML邮件、附件和SMTP认证。3)确保正确配置SMTP设置并使用加密(如STARTTLS或SSL/TLS)以增强安全性。4)对于大量邮件,考虑使用邮件队列系统来优化性能。

高级PHP电子邮件:自定义标题和功能高级PHP电子邮件:自定义标题和功能May 09, 2025 am 12:13 AM

CustomHeadersheadersandAdvancedFeaturesInphpeMailenHanceFunctionalityAndreliability.1)CustomHeadersheadersheadersaddmetadatatatatataatafortrackingandCategorization.2)htmlemailsallowformattingandttinganditive.3)attachmentscanmentscanmentscanbesmentscanbestmentscanbesentscanbesentingslibrarieslibrarieslibrariesliblarikelikephpmailer.4)smtppapapairatienticationaltication enterticationallimpr

使用PHP和SMTP发送电子邮件的指南使用PHP和SMTP发送电子邮件的指南May 09, 2025 am 12:06 AM

使用PHP和SMTP发送邮件可以通过PHPMailer库实现。1)安装并配置PHPMailer,2)设置SMTP服务器细节,3)定义邮件内容,4)发送邮件并处理错误。使用此方法可以确保邮件的可靠性和安全性。

使用PHP发送电子邮件的最佳方法是什么?使用PHP发送电子邮件的最佳方法是什么?May 08, 2025 am 12:21 AM

ThebestapproachforsendingemailsinPHPisusingthePHPMailerlibraryduetoitsreliability,featurerichness,andeaseofuse.PHPMailersupportsSMTP,providesdetailederrorhandling,allowssendingHTMLandplaintextemails,supportsattachments,andenhancessecurity.Foroptimalu

PHP中依赖注入的最佳实践PHP中依赖注入的最佳实践May 08, 2025 am 12:21 AM

使用依赖注入(DI)的原因是它促进了代码的松耦合、可测试性和可维护性。1)使用构造函数注入依赖,2)避免使用服务定位器,3)利用依赖注入容器管理依赖,4)通过注入依赖提高测试性,5)避免过度注入依赖,6)考虑DI对性能的影响。

PHP性能调整技巧和技巧PHP性能调整技巧和技巧May 08, 2025 am 12:20 AM

phperformancetuningiscialbecapeitenhancesspeedandeffice,whatevitalforwebapplications.1)cachingwithapcureduccureducesdatabaseloadprovesrovesponsemetimes.2)优化

PHP电子邮件安全性:发送电子邮件的最佳实践PHP电子邮件安全性:发送电子邮件的最佳实践May 08, 2025 am 12:16 AM

ThebestpracticesforsendingemailssecurelyinPHPinclude:1)UsingsecureconfigurationswithSMTPandSTARTTLSencryption,2)Validatingandsanitizinginputstopreventinjectionattacks,3)EncryptingsensitivedatawithinemailsusingOpenSSL,4)Properlyhandlingemailheaderstoa

See all articles

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

Video Face Swap

Video Face Swap

使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热工具

DVWA

DVWA

Damn Vulnerable Web App (DVWA) 是一个PHP/MySQL的Web应用程序,非常容易受到攻击。它的主要目标是成为安全专业人员在合法环境中测试自己的技能和工具的辅助工具,帮助Web开发人员更好地理解保护Web应用程序的过程,并帮助教师/学生在课堂环境中教授/学习Web应用程序安全。DVWA的目标是通过简单直接的界面练习一些最常见的Web漏洞,难度各不相同。请注意,该软件中

Atom编辑器mac版下载

Atom编辑器mac版下载

最流行的的开源编辑器

VSCode Windows 64位 下载

VSCode Windows 64位 下载

微软推出的免费、功能强大的一款IDE编辑器

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

功能强大的PHP集成开发环境