[PHP] Array Hell

2003-10-23 Thread Richard Cook
Hi All, Im having a headache trying to sort this out... I have my array which is created each time a user adds an item to my basket, this all works fine. The problem im having is that when the user adds the item to the cart they have the option of selecting '0' as the quantity which in effect

Re: [PHP] Array Hell

2003-10-23 Thread Curt Zirzow
* Thus wrote Richard Cook ([EMAIL PROTECTED]): Hi All, Im having a headache trying to sort this out... If the customer inputs the value 0 into quantity the array looks like this: $array[0][0] = 22 $array[0][1] = 0 The question is who can i filter the array removing any values

[PHP] Array HELL!!!!

2002-02-22 Thread jas
I don't know what it is but I am having a hell of a time trying to get some results of a query setup into an array or variable (too much of a newbie to know which) that can be passed to a confirmation page before deleting the record from a table. I have given up working on this but for those of

Re: [PHP] Array HELL!!!!

2002-02-22 Thread William Lovaton
El vie, 22-02-2002 a las 04:54, jas escribió: I don't know what it is but I am having a hell of a time trying to get some results of a query setup into an array or variable (too much of a newbie to know which) that can be passed to a confirmation page before deleting the record from a table.