Quote:
Originally Posted by Naughty
Oh, and there's one array, i should have written this:
$a = array(100,200,400);
$a = array(100,200,100,400);
$a = array(100);
$a = array(200);
|
uhm, thats impossible if you do it after those 4 lines...you are making a new array each line.
so the array only has 200 in it.