Posted by ia on 12/01/06 17:47
>
> Please don't post the same post each 45minutes as a new user, it's enough once.
I am sorry I may not be clear. Bascially the problem I was trying to
explain is I am assigning multiple $strings to multiple arrays, so
therefore I need a way to assign multiple string counts like ($string1
$string2 ---- not $string[1] $string[2] to such arrays.)
How do you get PHP to work this way?
in a loop {
$string1 = $array1
$string2 = $array2
$string3 = $array3
$string4 = $array4
$string...
}
How do I get the count affixed to the $string1 without expressing it
like $string[x]
Thank you mucho for any assistance!
Navigation:
[Reply to this message]
|