Database not writting

2003-08-14 Thread Russ Fineman
I am new to mysql and a novice at perl. My program works except for the write to the database. when I enter data in the form it does put it in the text file. The database select does read back the two records I manually inserted. But I am not able to find out why my insert does not work. I check th

Re: Database not writting

2003-08-14 Thread Keith C. Ivey
On 5 Aug 2003 at 12:02, Russ Fineman wrote: > Scalar found where operator expected at > C:\Inetpub\wwwroot\cgi-bin\memberv2.cgi line 30, near ""INSERT INTO > members VALUES("$membername" > (Missing operator before $membername?) That is not a MySQL problem and has nothing to do with your database