function call
This commit is contained in:
parent
7394bfe110
commit
8aad25bb31
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@
|
||||||
echo "<div class='post'><h2>" . $line . "</h2>";
|
echo "<div class='post'><h2>" . $line . "</h2>";
|
||||||
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>";
|
||||||
fgets($myfile);
|
|
||||||
|
echo "<script>loadImageBits('c" . $index . ", '" . fgets($myfile); . "')</script>";
|
||||||
|
|
||||||
$index++;
|
$index++;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue