Friday, December 07, 2001, 5:18:38 AM, Aaron Shurts wrote:
AS> Okay, I was the one that asked the crazy question about the weird join,
AS> but I got that figured out. Now I have a problem.
AS> while( ($login, $existingemail, $areacode, $prefix, $rest) =
$sth->>fetchrow_array ())
AS> {
AS>
Hello Aaron,
Friday, December 07, 2001, Aaron Shurts <[EMAIL PROTECTED]> wrote:
AS> Okay, I was the one that asked the crazy question about the weird join,
AS> but I got that figured out. Now I have a problem.
AS> while( ($login, $existingemail, $areacode, $prefix, $rest) =
$sth->>fetchrow_arr
try to do that.
-Original Message-
From: Aaron Shurts
To: [EMAIL PROTECTED]
Sent: 12/6/2001 11:18 PM
Subject: PERL MySQL DBI
Okay, I was the one that asked the crazy question about the weird join,
but I got that figured out. Now I have a problem.
while( ($login, $existingemail, $areacode,
Okay, I was the one that asked the crazy question about the weird join,
but I got that figured out. Now I have a problem.
while( ($login, $existingemail, $areacode, $prefix, $rest) =
$sth->fetchrow_array ())
{
print "$login,$existingemail,$areacode-$prefix-$rest\n";
}
That code