Newbie alert!
I wonder if there is a PHP function that works similarly to the VB function MID.
For those of you who don't know the MID function, it would return a value from within a string. (MID(string,start,length) Example:
String = "Johnny Doe"
Output = MID(String,8,3)
Output would be "Doe"
Any help?