PDA

Click to See Complete Forum and Search --> : Will this create an array ?


AvisSoft
Oct 23rd, 2004, 01:33 PM
Hi!

Will this code create an array which i can use later ?

$itmimg[0] = "avis";
$itmimg[1] = "test";

echo $itmimg[0]

Thanks!

Acidic
Oct 23rd, 2004, 01:46 PM
Couldn't you just google it or test it?
Yes it will.