hey,
i'm using preg_replace to strip html from a page i'm extracting information from, and i end up with a variable that looks like this:
info 1
info 2
info 3
info 4
is there any way i can split that variable into 4? ie $info1 would contain "info 1" etc.
take a look at http://cre.simnet.is/prob.php
and view/source to see exactly what it looks like.
thanks
einar jonsson