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 fetch instagram posts data?

Fetch Instagram posts data by pasting this code in browser console. (() => { /* ====================================================...