hey all
I need to do this in a string
$string = "bob cheese dog"
and I need to get "cheese dog" in a seperate string.. but I dont know what command to do it with
for e.g
$rightstring = phpleftcommand($string, 10)
10 is the length of "cheese dog"
The VB command was Right() or Left()
thanks all