Re: [PHP] Problem with arrays

2005-06-24 Thread Kevin L'Huillier
On 24/06/05, Josh Olson <[EMAIL PROTECTED]> wrote: > for ($i = 0; $i < count($array1); i++) > $array1[$i][] = $array2[$i]; > > from kevin l'huillier That's basically what Mike wrote (only with array_push instead of []), and Bob improved upon. And they didn't mix the arrays up. I was onl

Re: [PHP] Problem with arrays

2005-06-24 Thread Josh Olson
for ($i = 0; $i < count($array1); i++) $array1[$i][] = $array2[$i]; from kevin l'huillier -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with arrays

2005-06-24 Thread Bob Winter
Mike Johnson wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, I have 2 arrays: Array ( [0] => Array ( [0] => 28 [1] => Music ) [1] => Array (

[PHP] Problem with arrays

2005-06-24 Thread Fannehh DIFF
Hi, I have 2 arrays: Array ( [0] => Array ( [0] => 28 [1] => Music ) [1] => Array ( [0] => 5 [1] => Books

RE: [PHP] Problem with arrays

2005-06-24 Thread Mike Johnson
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Hi, > I have 2 arrays: > > Array ( >[0] => Array ( > [0] => 28 > [1] => Music > ) > [1] => Array ( >

[PHP] Problem with arrays

2005-06-24 Thread Jimmy jimmy hoo
Hi, I have 2 arrays: Array ( [0] => Array ( [0] => 28 [1] => Music ) [1] => Array ( [0] => 5 [1] => Books

[PHP] Problem with arrays

2005-06-24 Thread virtualsoftware
Hi, I have 2 arrays: Array ( [0] => Array ( [0] => 28 [1] => Music ) [1] => Array ( [0] => 5 [1] => Books

[PHP] Problem with arrays

2005-06-24 Thread virtualsoftware
Hi, I have 2 arrays: Array ( [0] => Array ( [0] => 28 [1] => Music ) [1] => Array ( [0] => 5 [1] => Books

Fw: [PHP] Problem with arrays

2005-03-25 Thread Jeff Schmidt
I sent this to the original user, but forgot to CC it to the list. I'm just sending this now, for completeness. - Original Message - From: "Jeff Schmidt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 25, 2005 5:10 PM Subject: Re: [PHP] Proble

RE: [PHP] Problem with arrays

2005-03-25 Thread Jay Blanchard
[snip] Note that $value from position[pos][$value] is different in all 3 fields. For each element of the array i want to update the value in the database. For example, for each value of the position[pos][$value] i want to update the database with the specific number. Something like this: $

[PHP] Problem with arrays

2005-03-25 Thread virtualsoftware
Hi, I have a form like this: Note that $value from position[pos][$value] is different in all 3 fields. For each element of the array i want to update the value in the database. For example, for each value of the position[pos][$value] i want to update the database with the specific number.

Re: [PHP] Problem with Arrays?

2003-02-22 Thread Justin French
on 22/02/03 11:46 PM, Patrick Teague ([EMAIL PROTECTED]) wrote: > I ran into something interesting & the only thing I can figure out is that > functions won't use any variables other than globals, those past to the > function, or those created inside the function? exactly :) you bring the array

Re: [PHP] Problem with Arrays?

2003-02-22 Thread Ernest E Vogelsinger
At 13:46 22.02.2003, Patrick Teague said: [snip] >here's what I had that didn't print anything other than 3 blank lines for >this section of code - > >$byteSize[0] = "bytes"; >$byteSize[1] = "kb"; >$byteSize[2] = "mb"; > >function getMaxSize( $maxSize ) >{ >

[PHP] Problem with Arrays?

2003-02-22 Thread Patrick Teague
I ran into something interesting & the only thing I can figure out is that functions won't use any variables other than globals, those past to the function, or those created inside the function? here's what I had that didn't print anything other than 3 blank lines for this section of code - $byte

[PHP] problem with arrays. Please Help!!

2001-09-25 Thread ewunia
Hello, I need some help with checkboxes and multiple arrays, Here is the peace of code I am working with, and it gives me a list of products. This is the while statement which grabs information from the database: $tplv .= ""; $P.="$P"; $tplv .= "". $actual.""; $tplv .= "". $actual.""; $tplv .=