I want to get information between two characters using PHP.
For example, if I have the string:
Tralala*42*lalala*wee*morewords
I want to extract the characters between the first two * characters. Therefore, my variable will read "42".
How would I go about doing this?
Thanks,
multi
