26346Explode -- Split a string by stringhttp://www.microcyb.com/?m=c&c=525&kwd=ExplodeOk, so from the prototype above, we can see the function explode() (a function is denoted by the () after the name as this is where you put any parameters) will create an array (oh the joy):PHP > Tips and Tutorials > Introduction to PHPOct 15, 2006Darren W. Hedlund
It is often necessary to arrange the elements in an array in numerical order from highest to lowest values (descending order) or vice versa (ascending order). If the array contains string values, alphabetical order may be needed. Sorting a one-dimensional arrays is quite easy.
Strings are probably what you will use most in your PHP script. From concatenating, looking for patterns, trim, chop etc. So I guess it's a good idea to take a better look at this creature. We will also take a peek at some string functions that you might find useful for everyday coding.
Before creating a php application or website you will first need to check if PHP is supported by your Web Hosting Provider. In other words your webhost will need to have PHP installed on the webserver were your site is housed.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.