I have a problem with result of array from function preg_match.
The result of array often like this:
preg_match(#<a href='(http://www.abc.com/([0-9]+)\.html)'>#is,$recentAll,$recent);
print_r ($recent);
//The result from print_r
//Array ( [0] => 3254 [1] => 3254 ) rar <-- this word rar make me sick :(
Help me please...