how do i set a value to null
currently using
$sql_hold="update booth_status set booth_status = 0, company='' where booth_id = $id";
but thnik null is a better option
$sql_hold="update booth_status set booth_status = 0, company=NULL where booth_id = $id";
doesn't seem to work
help please
Bastien
cat, the other other white meat
currently using
$sql_hold="update booth_status set booth_status = 0, company='' where booth_id = $id";
but thnik null is a better option
$sql_hold="update booth_status set booth_status = 0, company=NULL where booth_id = $id";
doesn't seem to work
help please
Bastien
cat, the other other white meat