Hello,
Having a bit of an issue and can’t seem to figure out why. This is prob a stupid question but it is sort of bugging the crap out of me not sure what i am missing…
Any help would be greatly appreciated!!
Getting error:
Parse error: syntax error, unexpected ‘;’ in /home/content/01/8496801/html/add.php on line 60
*i marked line 60 in red
CODE:
<?php
if ($handle = opendir('../upload/images')) {
while (false !== ($file = readdir($handle))) {
-line 60 if ($file != “.” && $file != “…”) {
?> <? echo "$file\n "; ?> <?
}
}
closedir($handle);
}
?>
</select>
Thank you!!
e