PHP Substring Function (PHP substr) | PHP Tutorials
The PHP substring function, substr, allows a programmer to retrieve a specified portion of a string known as a substring. String manipulation is a very important and sometimes tricky task so care must be taken to ensure that the functions are properly use...