String Manipulation Articles
Performing searches on strings using strpos
Wednesday, December 17th, 2008 at 4:37pm, in String Manipulation, written by Stefan Ashwell
There are occasions where you might want to search for a phrase within a string in PHP. Using the PHP function strpos we can do just this nice and easily.
Generating Search Engine Friendly Titles for your URL
Tuesday, July 8th, 2008 at 6:42am, in String Manipulation, written by Stefan Ashwell
For most dynamic websites you will want to create "Search Engine Friendly" or "User Friendly" URLs, rather than using ugly and meaningless strings or IDs to reference your content. The way you interpret the URLs and use them to get your content is for another article and I won't go into that right now, what I want to talk about is how to turn your page titles into versions that can be used in your URL.

