PHP Tutorial 20 – Explode (PHP For Beginners)

The Explode function will allow you to split a string up by the string that you declare. So you could split a paragraph up into sentences by splitting it by a full stop or even split a sentence up into words by splitting it by a space. This video will show you how to explode a string and then access each string stored inside arrays.

For more information, check out the website:

http://howtostartprogramming.com/PHP/php-tutorial-20-explode/

Source: https://www.youtube.com/watch?v=AcLtQAyeN4s

Leave a Reply

Your email address will not be published. Required fields are marked *