Show Output
Example of Exploding String into an Array in PHP
"; print_r(explode(" ", $my_str, 4)); ?>