On Fri, Jun 08, 2001 at 05:43:43PM -0400, Bradshaw, Brian wrote:
> I wish I new. The browser just says "There is an Internal Error. Cotact the
> administrator" along with contact details and date information.
That sounds like it may well be a not-perl error. Have you contacted
the administrator?
Clear Lake
-Original Message-
From: Bradshaw, Brian [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 4:44 PM
To: [EMAIL PROTECTED]
Subject: RE: I just don't get it
I wish I new. The browser just says "There is an Internal Error. Cotact the
administrator" along with
Re: I just don't get it
On Fri, Jun 08, 2001 at 05:00:08PM -0400, Bradshaw, Brian wrote:
> I have the code:
> 1.$queryCat = "select project_number from prod_cat_xref where
> category_1_id=$category";
> 2.print "$queryCat \n\n";
> 3.$setC
On Fri, Jun 08, 2001 at 05:00:08PM -0400, Bradshaw, Brian wrote:
> I have the code:
> 1.$queryCat = "select project_number from prod_cat_xref where
> category_1_id=$category";
> 2.print "$queryCat \n\n";
> 3.$setCat = $wgDB->query($queryCat);
> 4.# %resultCat = $setCat->fetchhash(
I have the code:
1. $queryCat = "select project_number from prod_cat_xref where
category_1_id=$category";
2. print "$queryCat \n\n";
3. $setCat = $wgDB->query($queryCat);
4. # %resultCat = $setCat->fetchhash();
5. while (%resultCat = $setCat->fetchhash())
6. {
7.