[PHP] Find all combinations of numbers

2002-07-03 Thread Michael Benbow
Hi, I searched through the archives and found the following snippit of code from Tim Converse from late 2000. This is great, but does anyone know how I can adapt this so I can return all values from a multidimensional array? I have an id number which corresponds to a record which I need to

[PHP] Retrieving text file

2001-10-29 Thread Michael Benbow
Hi All, I am completely new to all this, so please bare with me. I have permission to use another person's text file which resides on his server. Currently I manually download the file, process it in Excel, then upload it into my MySQL database. I want to try to automate this process, and

[PHP] Fw: Processing checkboxes in Dynamic tables

2001-07-03 Thread Michael Benbow
My apologies, I was playing with the code and changed something before sending... Where it reads INPUT TYPE=\CHECKBOX\ SELECT NAME=\$p[$trade]\ the array should actually read p$trade Peace, Michael - Original Message - From: Michael Benbow To: [EMAIL PROTECTED] Sent: Tuesday

[PHP] Automatically update other sections of page

2003-06-10 Thread Michael Benbow
Hi, I've created a very advanced web form which acts as an application and I am in desperate need of help. The application works great, and it utilizes components such as combo boxes, checkboxes and radio buttons. It is split into sections using iframes, meaning that each section is

[PHP] Variable passing through a form

2002-11-20 Thread Michael Benbow
Hi, I currently have a page divided into three areas, two of which are iframes. The user selects a component out of part 1, which decides what is shown in part 2. When something is clicked in part 2 the information updates in the second iframe, or part 3. This is all working fine through

[PHP] Add On: Variable passing through a form

2002-11-20 Thread Michael Benbow
Sorry, but I forgot to say the variables froming from part 2 to part 3 can be anything between 1 and 30 or any combination thereof. input type=hidden will be no good here as it is too hard to pre-distringuish which variable names will be transferred Thanks Michael Benbow wrote: Hi, I

[PHP] Combo problems.. Multi Array??

2004-06-14 Thread Michael Benbow
Hi, I've got a problem which has left me scratching my head for the better part of a week. What I need to do is take x amount of items on one side, and somehow find all the combinations of y that fit in x. Now I know this doesn't make much sense but it is very hard to explain, so I'm

Re: [PHP] Combo problems.. Multi Array??

2004-06-14 Thread Michael Benbow
idea how I can do the above? Thanks so much, Michael. Ford, Mike [LSS] wrote: -Original Message- From: Michael Benbow [mailto:[EMAIL PROTECTED] Sent: 14 June 2004 08:31 To: [EMAIL PROTECTED] Subject: [PHP] Combo problems.. Multi Array?? Hi, I've got a problem which has left me