InterviewSolution
| 1. |
How To Take A Substring From A Given String? |
|
Answer» If you know the position of a substring in a given STRING, you can take the substring out by the substr() function. Here is a PHP script on how to USE substr(): If you know the position of a substring in a given string, you can take the substring out by the substr() function. Here is a PHP script on how to use substr(): |
|