Thursday, October 6, 2011

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: howtostartprogramming.com

No comments:

Post a Comment