RE: Which button clicked?

2003-10-14 Thread Greg Smith
You should name your submit buttons. Everything sent is in name:value pairs. Without the name all you have is that the submit action took place. Greg Smith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 3:36 AM To: [EMAIL

RE: Send mail weirdness

2003-10-02 Thread Greg Smith
trying to prove with an ISP in Germany where I have experienced the same problem. Greg Smith -Original Message- From: David Gilden [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 10:41 AM To: [EMAIL PROTECTED] Subject: Send mail weirdness Greetings, my client claims he

RE: Perl problem:(

2003-02-14 Thread Greg Smith
First if statement. $length = length($firstname); if (!$length) { print "Not a valid First Name, try again.\n"; next; ---> { Greg Smith > -Original Message- &

RE: database connection problem

2002-08-30 Thread Greg Smith
Try adding the hostname of the MySQL to your connect string. my $dth = DBI->connect("DBI:mysql:database=db_name;host=hostname","user","pass"); Greg > -Original Message- > From: aman cgiperl [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 10:46 AM > To: [EMAIL PROTECTED] > Su

RE: Something wrong with my one line code

2001-06-15 Thread Greg Smith
Missing the " at the end of the line Try this: print "\n"; Greg S. > -Original Message- > From: Luinrandir Hernson [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 15, 2001 11:02 AM > To: [EMAIL PROTECTED] > Subject: Something wrong with my one line code > > > This line of code in a per

RE: So what am I doing incorrectly??

2001-06-14 Thread Greg Smith
Try: $A == 0 eq is for string comparisons and $A contains an integer. Greg S. Greg S. > -Original Message- > From: Luinrandir Hernson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 14, 2001 3:10 PM > To: [EMAIL PROTECTED] > Subject: So what am I doing incorrectly?? > > > s