Re: [PHP-DB] NULL and empty space

2004-08-22 Thread John Holmes
Craig Hoffman wrote: I have an form where someone can choose to upload a photo. If the person does not upload a photo, an emtpy string is inserted in the DB. How can I have it insert 'NULL' in the DB instead of an empty string when they choose NOT to upload a photo but complete the form anyway?

[PHP-DB] NULL and empty space

2004-08-22 Thread Craig Hoffman
I have an form where someone can choose to upload a photo. If the person does not upload a photo, an emtpy string is inserted in the DB. How can I have it insert 'NULL' in the DB instead of an empty string when they choose NOT to upload a photo but complete the form anyway? Any help is apprecia