data
This commit is contained in:
parent
98e248cbc6
commit
2a0ea44622
1 changed files with 2 additions and 1 deletions
|
@ -214,7 +214,8 @@
|
|||
echo "<i>" . fgets($myfile) . "</i>";
|
||||
echo "<canvas id='c" . $index . "' style='width: 100%;' width='128' height='64'></canvas></div>";
|
||||
|
||||
echo "<script>loadImageBits('c" . $index . "', '" . fgets($myfile) . "');</script>";
|
||||
echo "<script>loadImageBits('c" . $index . "', '" . "data" . "');</script>";
|
||||
fgets($myfile);
|
||||
|
||||
$index++;
|
||||
}
|
||||
|
|
Reference in a new issue