If I use strpos() as follows to determine the starting point of a string I wish to find within another string how do I do the reverse and find a string within a string based on it's starting point????
strpos(string,find,start)
[man]substr/man ?
If you can't figure it out from reading the manual for substr(), could you perhaps post an example of what you're trying to do?
It's ok, I got it sussed. Thx!
Don't forget to mark this thread resolved (using the link under Thread Tools).