-=AHTOH=-
Guest
Разбить слово а массив?
Не работает. Почему?
PHP:
$img="374747774";
$array_img = explode("", $img);
echo $array_img[0];