I want to check a string and if it has no <br />
starting then I don't wanna do any thing
for example mysqtinr = 23435-acs
as you can see no <br />
starting
but if the string has the following then I wanna parse it out
myString = <br /> some text goes here <b> Some other things </b>: just more test <b> http://website/index.php </b> on line <b> 43 </b> <br /> 1234-acd
I want to parse out everything after the last <br />
how can I do that thanks