php insert null mysql

INSERT INTO user (name, job_title) VALUES ('john', NULLIF('$jobTitle', ''));
VasteMonde