RE: [PHP] Re: Weird, weird, weird!

2002-10-08 Thread Mike At Spy
: Tuesday, October 08, 2002 4:15 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Weird, weird, weird! > > > You're doubling up on your mysql_query's .. the first one runs, and I > don't know the ins and outs of PHP, but the second mysql_query causes > the resource

[PHP] Re: Weird, weird, weird!

2002-10-08 Thread Jason Young
You're doubling up on your mysql_query's .. the first one runs, and I don't know the ins and outs of PHP, but the second mysql_query causes the resource to not be available... had a similar problem recently. Take the mysql_query out of the $cartquery assignment. -Jason Mike At Spy wrote: > An