Code: Select all
$alphabet = array();
Code: Select all
$alphabet [$i] = A;
$alphabet [$i] = B;
Any body know how I can do it? I think i need to use a loop but still do not know what is the best choise.
Moderator: General Moderators
Code: Select all
$alphabet = array();
Code: Select all
$alphabet [$i] = A;
$alphabet [$i] = B;