Re: Strange PHP + MySQL add / update issue with NULL values

2002-08-19 Thread Egor Egorov
Dan, Saturday, August 17, 2002, 7:55:53 PM, you wrote: DT> I have a table where I have specified several columns which I have specified DT> that NULL values are not allowed. DT> I have created a PHP based create / update / delete page where users can DT> update the table. DT> I have an INSERT s

RE: Strange PHP + MySQL add / update issue with NULL values

2002-08-17 Thread Aron Pilhofer
Try this instead: INSERT INTO table SET required_field ="" > -Original Message- > From: Dan Tappin [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 17, 2002 12:56 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Strange PHP + MySQL add / update issue with NULL values > > > I h