Ok i have a variable with the sourcecode of a html-page. Now i want to filter out some data...
the variable with the source: $source
in the source is some text like <blablabla>14:55<blublublub>
so, now i want to filter out 14:55 and "put" (sorry for bad english) it into an array, $time(1), if <blablabla>14:55<blublublub> is not just once in the source, i want to filter out all times -> $time(1), $time(2)....