Home >Backend Development >PHP Tutorial >表的数据没法用折线图表示?

表的数据没法用折线图表示?

WBOY
WBOYOriginal
2016-06-06 20:22:371411browse

新手刚上路,有些太奇葩的代码请忽略。。。

<code><?php echo"<form method=post >";
for($T=1;$T<br>";
}
    echo"<input type="submit" name="bt" value="生成图">";
echo"";


if(isset($_POST['bt']))
{
 $b=$_POST['stu'];
 
$image=imagecreate(600,600);
$backgroud=imagecolorallocate($image, 255, 255, 255);
$blue=imagecolorallocate($image, 0,0, 0);
$red=imagecolorallocate($image, 255, 0, 0);

for($i=47;$i</code>

回复内容:

新手刚上路,有些太奇葩的代码请忽略。。。

<code><?php echo"<form method=post >";
for($T=1;$T<br>";
}
    echo"<input type="submit" name="bt" value="生成图">";
echo"";


if(isset($_POST['bt']))
{
 $b=$_POST['stu'];
 
$image=imagecreate(600,600);
$backgroud=imagecolorallocate($image, 255, 255, 255);
$blue=imagecolorallocate($image, 0,0, 0);
$red=imagecolorallocate($image, 255, 0, 0);

for($i=47;$i</code>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn