Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/content/r/4/n/r4nk3d/html/staff.php on line 49<?php
if(!file_exists("profiles/".$_GET['member']."/main.png"))
{
echo '<img src="images/no_photo.png" alt="This member has no photo." width="86" height="86" />';
}
else
{
//Line 49 echo "<img src="profiles/".$_GET['member']."/main.png" width="86" height="86" />";
}
?>I have no clue why its doing this. Please help.