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