Webmaster's Community

Designing and Development => Programming => Topic started by: PHPize on September 14, 2011, 10:50:59 AM

Title: How to extract first 20 character from string in PHP ?
Post by: PHPize on September 14, 2011, 10:50:59 AM
 I am learning php and I need to do a task where I have to get first 20 character from a string of lenght 90 characters. strlen() will not help here because I know string lenght.. now how to extract..  I think there was function to do this but what was its name ?
Please guide how to do that ?