Hi!

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

PHP Code:
$itmimg[0] = "avis";
$itmimg[1] = "test";

echo 
$itmimg[0
Thanks!