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
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
First if statement.
$length = length($firstname);
if (!$length)
{
print "Not a valid First Name, try again.\n";
next;
---> {
Greg Smith
> -Original Message-
&
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
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
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