thanks starbuk that is perfect! i tried to extend it to get the number too:

Code:
if ($regex(%read, class=\"rmlist\" \>(.*)\<\/a\>.*?\<td\b[^>]*\>(.*?)\<\/td\>.*?right\"\b[^>]*\>(.*)\<\/td\>)) {
}


but i think i messed it up, it doesnt echo anything
and also, what is the diffetent between (.*) and (.*?)

Last edited by pouncer; 01/06/07 06:00 PM.