On Mon, 13 Jan 2014, ral wrote: > I for one really Hate the new format of php.net. In the old days when I wanted > to look up the proper usage of a function (or other code) I could go to > php.net and on the main page type the function name into the search field and > instantly got links to the documentation I needed. Now after clicking on > several links I still have not found the information I need. I am simply > looking for the syntax of the explode command. In the old days this was a > simple task, now it is an arduous, grueling journey through pages of useless > links. The new format simply sucks.
I just did this: 1: go to http://php.net 2: type "explode" in the top right search box 3: arrive at http://uk1.php.net/manual/en/function.explode.php Can't be any simpler if you ask me! cheers, Derick -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
