homeHome contactContact portfolioPortfolio musicMusic videoVideo historyHistory calendarCalendar rssRSS
karlpox | with GOD all things are possible

Using the explode function PHP

We can use the explode function to separate a sentence into two or more. The string is being separated via a string too.

The explode function will look for a string in a string and separates the string when he encounter the string it is looking for.

To use this function lets take this string for example.
Read more »