Hi,
If I have a string like this:
Lots of text here. Lots of text here. Name: Someone ID: 93493284 Lots of text here. Type: person Lots of text here. Lots of text here.
and I need 3 vars created, $name, $id and $type from the string, whats the best way of doing this?
Thanks.
If I have a string like this:
Lots of text here. Lots of text here. Name: Someone ID: 93493284 Lots of text here. Type: person Lots of text here. Lots of text here.
and I need 3 vars created, $name, $id and $type from the string, whats the best way of doing this?
Thanks.