syntax error, unexpected ‘”‘, expecting ‘,’ or ‘;’
-
Hi, plugin has been working fine for following code until update a few versions back. I reverted to old version and code would work. However I updated today and receive error. Cannot find my old copy so should fix current error. Thanks for your help.
Code has been pulling last image that is uploaded to folder from webcam on island.
You can see error on nyc.nu$pictures = glob("TLIP/*.jpg"); $no_pictures = count($pictures)-1; // was missing ; $limit = $no_pictures-0; // was missing ; for( $i = $no_pictures; $i >= $limit; $i--){ // removed ; after $i-- echo "<img src=\"".$pictures[$i]."\" />"; }The page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
The topic ‘syntax error, unexpected ‘”‘, expecting ‘,’ or ‘;’’ is closed to new replies.