Hello.
I have a string
$str = "Thread: 1234567890. Post by Otavio (200.123.123.12 3)";
and I need to get the *name* before the IP, and after "Post by"....
The problem is that the number after "Thread" changes, the name too
and the IP...
In other words, there are lots of strings and I need to get these
values.
Thanks for all.
Otávio Cordeiro.
"Graviation cannot be held responsible for people falling in love "
- Albert Einstein
I have a string
$str = "Thread: 1234567890. Post by Otavio (200.123.123.12 3)";
and I need to get the *name* before the IP, and after "Post by"....
The problem is that the number after "Thread" changes, the name too
and the IP...
In other words, there are lots of strings and I need to get these
values.
Thanks for all.
Otávio Cordeiro.
"Graviation cannot be held responsible for people falling in love "
- Albert Einstein
Comment