RE: [PHP] recursive function problem

2006-12-07 Thread sjef janssen
No, I'm sure I didn't. My news server is incredibly slow, and I am (incredibly?) impatient, so I pushed the send button more than once ... Sorry about that! Sjef -Oorspronkelijk bericht- Van: Paul Scott [mailto:[EMAIL PROTECTED] Verzonden: donderdag 7 december 2006 14:50 Aan: Sjef CC:

[PHP] array of checkbox values

2006-01-11 Thread Sjef Janssen
Hallo, I have a form with a number of checkboxes grouped together. The value of these boxes is stored in an array: $used[]. Now I found that the value of checked boxes (value = 'Y') are stored in the array while non checked boxes are not stored at all. This makes the array incomplete as I want to

[PHP] complex arrays

2006-01-05 Thread Sjef Janssen
Hallo there, I try to put a number of variables in an array as follows: input boxes gather info. This info is language dependent, so the info is put into an array vke with indexes NL and EN. The POST variable gives this array back. Then I want to add a variable to this array, 'gebruikt' (=used)