Code:
mysql_query("INSERT INTO pictures (code, picname) VALUES ('$_REQUEST[deletecode]', '$_FILES[file][name]')",$con);
Code:
mysql_query("DELETE FROM pictures WHERE code='$code'",$con);
it isn't working and i have tried a lot of different things can anyone help me?