Hi!
Will this code create an array which i can use later ?
Thanks!PHP Code:$itmimg[0] = "avis";
$itmimg[1] = "test";
echo $itmimg[0]
Printable View
Hi!
Will this code create an array which i can use later ?
Thanks!PHP Code:$itmimg[0] = "avis";
$itmimg[1] = "test";
echo $itmimg[0]
Couldn't you just google it or test it?
Yes it will.