Re: I just don't get it....

2001-06-08 Thread David H. Adler
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?

RE: I just don't get it....

2001-06-08 Thread Perl
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....

2001-06-08 Thread Bradshaw, Brian
I wish I new. The browser just says "There is an Internal Error. Cotact the administrator" along with contact details and date information. -Original Message- From: David H. Adler [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 5:24 PM To: [EMAIL PROTECTED] Subject:

Re: I just don't get it....

2001-06-08 Thread David H. Adler
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(