I copied this from another file that works all I changed was upload and Spn_PK
I went back and compared the 2 but dont see the problem can someone show me
Thanks
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/public_html/Sponsor_Spn.php on line 60
// delete file stored in the 'upload' field
$res = sql("select upload from Sponsor_Spn where Spn_PK='$selected_id'");
if($row=@mysql_fetch_row($res)){
if($row[0]!=''){
_Ln 60__ @unlink($Translation['ImageFolder'].$row[0]);
}
}