RE: persistant insert trouble

2001-10-30 Thread Curtis Gordon
Thank you for the tip Johnny, I'll copy that code to a snippet and use that from now on. (C: >From: "Johnny Withers" <[EMAIL PROTECTED]> >To: "'Curtis Gordon'" <[EMAIL PROTECTED]> >Subject: RE: persistant insert trouble >Date: Tue,

Re: persistant insert trouble

2001-10-29 Thread Curtis Gordon
Michael Stassen I owe you my sanity!!! THANK YOU THANK YOU THANK YOU!!! (my wife is laughing at me for being such a dork) I really appreciate your help thank you very much. >From: Michael Stassen <[EMAIL PROTECTED]> >To: Curtis Gordon <[EMAIL PROTECTED]> >Subject:

persistant insert trouble

2001-10-29 Thread Curtis Gordon
"INSERT INTO duser (username, upass, fname, lname, hphone, haddress, hcity, hstate, hcountry, hemail, utype) VALUES ('$username','$upass'.'$fname','$lname','$hphone','$haddress','$hcity','$hstate','$hcountry','$hemail','$utype')" this is an insert statement that works fine in the console, but n

Re: insert trouble

2001-10-27 Thread Curtis Gordon
Thanks Jim! That didn't even occur to me! Now I looking all through the mysql folder and I can't find a single log file, where are they kept on a win32 machine? Do you know? >From: jim barchuk <[EMAIL PROTECTED]> >To: Curtis Gordon <[EMAIL PROTECTED]> >Subject

insert trouble

2001-10-27 Thread Curtis Gordon
Hello, I am attempting to insert user information into a mysql db, I am using php4 and the lastest win32 distribution of mysql. I don't get an error when I try the insert, but the data is not saved. I can create tables just fine. Also when I enter the same information in the console it insert