Re: Submitting Form Passes Old Values

2002-08-15 Thread Hal Vaughan
I'm a bit confused -- I thought I was posting through a USENet server, and I guess it's actually more like a mailing list. I guess I need to find a FAQ to check and see what I missed. Anyway, you've hit it. I got a few answers on IRC somewhere around 4 am, and after waking up and thinking

Weekly list FAQ posting

2002-08-15 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to [EMAIL PROTECTED] You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email

database update

2002-08-15 Thread Rob
The following line works from a script run from the command line on the server... $sql = UPDATE data SET CustNo = $custNo, PIN = $pin, Notes = '$notes' WHERE CustNo = $custNo and PIN = $pin and CustName = '$custName' and Serial = '$serial'; but when run from cgi I get the following error...

Re: database update

2002-08-15 Thread Mike(mickako)Blezien
Rob wrote: The following line works from a script run from the command line on the server... $sql = UPDATE data SET CustNo = $custNo, PIN = $pin, Notes = '$notes' WHERE CustNo = $custNo and PIN = $pin and CustName = '$custName' and Serial = '$serial'; but when run from cgi I get the

RE: database update

2002-08-15 Thread Bob Showalter
-Original Message- From: Rob [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 2:24 PM To: [EMAIL PROTECTED] Subject: database update The following line works from a script run from the command line on the server... $sql = UPDATE data SET CustNo = $custNo, PIN =

mysql problem

2002-08-15 Thread Jim Lundeen
ok, i just setup a new server (redhat 7.3) and my guy says that the dbd/dbi stuff is configured for perl-to-mysql connectivity, but i get the following error message in my error log each time i try to run a script from either the command line or via the browser: ---

Re: mysql problem

2002-08-15 Thread Mike(mickako)Blezien
Jim Lundeen wrote: ok, i just setup a new server (redhat 7.3) and my guy says that the dbd/dbi stuff is configured for perl-to-mysql connectivity, but i get the following error message in my error log each time i try to run a script from either the command line or via the browser:

Re: mysql problem

2002-08-15 Thread Kevin Meltzer
Easy way to check is: perl -MDBD::mysql -e1 Cheers, Kevin On Thu, Aug 15, 2002 at 03:44:23PM -0500, Mike(mickako)Blezien ([EMAIL PROTECTED]) said something similar to: Jim Lundeen wrote: ok, i just setup a new server (redhat 7.3) and my guy says that the dbd/dbi stuff is configured for

perl module problem

2002-08-15 Thread stuv48ac
Hi I have a question please. My ISP have not instaled a Perl Module whitch I need for my script. So my script doesn't work. I am a programer so I remember it is a way to add functions (methods) from that library to the script and you not need that library. Your script will get the methosds

Re: mysql problem

2002-08-15 Thread fliptop
On Thu, 15 Aug 2002 at 16:37, Jim Lundeen opined: JL:ok, i just setup a new server (redhat 7.3) and my guy says that the JL:dbd/dbi stuff is configured for perl-to-mysql connectivity, but i get JL:the following error message in my error log each time i try to run a JL:script from either the

Probably a simple problem

2002-08-15 Thread Patricia Gillard
Probably a simple problem, hopefully with a simple answer. I recently moved my web domain to a new host service and suddenly my scripts don't work. The scripts were ones I had downloaded from Matt's Script Archive, and they worked fine on a previous server. I changed the /home directory