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,
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:
"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
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
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