exaple my code is:
$text == "Hello,hi,hey";
now i want that my code make the $text in differnet parts with help from " , "
thats mean that he check the text in array
and aometimes he echo
Hello
other time
hi
and other time
hey
how can i do that ?
explode?
$array = explode(',', $text);
Обсуждают сегодня