dannybrazil
09-15-2009, 07:42 AM
Hello
after deleting an entry i want to change the field in to NULL(not the string)
i did this :
mysql_query("UPDATE _Form_Nr_2 SET $photo_number='NULL' WHERE id=$id ");
but it seems NOT to work
any help ?
after deleting an entry i want to change the field in to NULL(not the string)
i did this :
mysql_query("UPDATE _Form_Nr_2 SET $photo_number='NULL' WHERE id=$id ");
but it seems NOT to work
any help ?