Re: [PHP] Making a Loop.[Scanned]

2003-03-12 Thread Hugh Danaher
echo "$productCode; // no needed here and the doesn't need a value - Original Message - From: "Philip J. Newman" <[EMAIL PROTECTED]> To: "Michael Egan" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 12:32 AM Subje

Re: [PHP] Making a Loop.[Scanned]

2003-03-12 Thread Philip J. Newman
assuming the value is 10, I stall can't get it to work - Original Message - From: "Michael Egan" <[EMAIL PROTECTED]> To: "Philip J. Newman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 9:29 PM Subject: RE: [PHP] Ma

RE: [PHP] Making a Loop.[Scanned]

2003-03-12 Thread Michael Egan
Philip, I might be missing something but just looking at the top few lines of your code the $number variable has no value. The loop will run on howver many times corresponds to this value - with the value being null it's not going to run. You'll need to pass in a value from elsewhere. Michael