Hi Guys
Working script that stopped working.
The delete section of a PHP - Mysql script stop working.
$deleteSQL = sprintf("DELETE FROM TBL_PImg WHERE PImg_Ref=%s",
GetSQLValueString($_POST['PImgRef'], "text"));
The table name had the Backquote at start, then it stopped working and removed it and it worked and now it does not work in both situations.
I know it is something that is changed in host, but I cannot make them understand and asking what they have changed or upgraded has no answer.
Have someone had any similar issue that could help please/
Thanks
Ben