string splitting based on texts found...
i have an one-line string but only require a little part of it :
xahdasdasdasdasdurl=http://someurl.domain/..[b]&PHPSESSID[/b]=somesessionid
and i need exactly this http://someurl.domain/.. part of the string, and url= bzw. >&PHPSESSIDare the markers that show that the searched string is direclty inbetween of them...
i think this has to be done with lindex "url=" $string or simular, but i dont exactly know how to use this....