Re: EmbperlD.pod is missing required section: DESCRIPTION

2000-06-03 Thread Mordred
- Original Message - From: Mordred To: [EMAIL PROTECTED] Sent: Sunday, June 04, 2000 4:11 PM Subject: EmbperlD.pod is missing required section: DESCRIPTION Hi all, I'll preface this with the fact I am no unix wiz. In fact I'm just learning some basics. I am setting up a site for my com

Re: Having problems passing form variables

2000-06-03 Thread Dudley Irish
From: "Henrickson, Diana" <[EMAIL PROTECTED]> I realize this may be a silly question but I cannot get this to work. I'm trying to pass form variables into a database using DBD::DB2.. $sth = $dbh -> prepare ("INSERT INTO USERDATA(FIRST_NAME) VALUES($fdat{cgifirst})") or die "Canno