Cat,
Unfortunately, you haven't given us the "business" end of your script.
Unless you can tell us where $db_status and $total_rows_returned comes from,
it is unlikely that we will be able to help much.
Sean
- Original Message -
From: "Cat" <[EMAIL PROTECTED]>
To:
Sent: Monday, January
Hi folks,
I am hoping that I can get some help here.
When I search my database it comes back with the max rows and then prints a
note to say that I need to refine my search. Yep you guessed it...someone
elses script.
I don't understand the concept of what happens to create the code to have it
On Mon, Jan 03, 2005 at 04:06:42PM -0600, [EMAIL PROTECTED] wrote:
> Hi, I have a working DBI::Oracle script that I am now trying to get
> CGI.pm to HTML-ize the output of, My problem is in the table statement
> how can I get the output of the while statement to be in the table? I
> have just about
On Mon, 3 Jan 2005 16:06:42 -0600, [EMAIL PROTECTED]
>
> while (@row = $sth->fetchrow_array())
> {
> Tr( td( [EMAIL PROTECTED] ));
> }
>
> );
>
> $sth->finish();
There are a couple of things going on here...fetchrow_array returns a
normal array--
Thanks, that fixed it once I changed the
us CGI qw(:standard escapeHTML);
to
use CGI qw/:standard *table/;
-Original Message-
From: Shaun Fryer [mailto:[EMAIL PROTECTED]
Sent: Monday, January 03, 2005 3:18 PM
To: Fontenot, Ward P.
Subject: Re: Simple table question?
On Mon, Jan 03, 20
Hi, I have a working DBI::Oracle script that I am now trying to get
CGI.pm to HTML-ize the output of, My problem is in the table statement
how can I get the output of the while statement to be in the table? I
have just about beat myself silly trying to figure this out.
SCRIPT:
#!/usr/bin/perl
#
u
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 addres