28 October 2019

How to use PHP explode() Function (After comma)?

How to use PHP explode() Function (After comma)?

<html>
<body>

<?php
$str = "Hello,bro,how,are,you,what,are,you,doing";
print_r (explode(",",$str));
?>

</body>
</html>

No comments:

Post a Comment

How to create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...