forgot a single $
This commit is contained in:
parent
3ae452806b
commit
227273d52a
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 . "\" onload='loadImageBits(\"c" . $index . "\", " . fgets($myfile) . ")' style='width: 100%;' width='128' height='64'></canvas></div>";
|
echo "<canvas id=\"c" . $index . "\" onload='loadImageBits(\"c" . $index . "\", " . fgets($myfile) . ")' style='width: 100%;' width='128' height='64'></canvas></div>";
|
||||||
|
|
||||||
index++;
|
$index++;
|
||||||
}
|
}
|
||||||
|
|
||||||
fclose($myfile);
|
fclose($myfile);
|
||||||
|
|
Reference in a new issue