qq~FOR SALE\n~;
}
print qq~\n~;
$sold = "no";
}
print qq~\n~;
print qq~\n~;
print qq~\n~;
print qq~\n~;
- Original Message -
From: Mel Matsuoka <[EMAIL PROTECTED]>
To: SAWMaster <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, September 19, 2001
At 03:34 PM 09/19/2001 -0500, SAWMaster wrote:
>Hello, can someone tell me why DBI can only handle 6 fields?
No, because it can handle much more than 6 fields :)
>I have a data base table that has more than 6, and I don't
>know how I'm going to accommodate it all in my cgi script.
Please s
Hello, can someone tell me why DBI can only handle 6 fields? I have a data base table
that has more than 6, and I don't know how I'm going to accommodate it all in my cgi
script. I'm new at this.