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