Strings in PHP – Free PHP Tutorials
Strings in PHP can be handle easily for real life application.In programming, strings are concatenations of characters. PHP brings a whole set of predefined functions that help you in interacting with strings. You can find the entire list of functions at http://php.net/manual/en/ref.strings.php, but we will only cover the ones that are used the most. Let’s look at …