Thread: preg_match_all
View Single Post
Old 04-04-2008, 10:52 PM   #3 (permalink)
crazyryan
The Contributor
 
Join Date: Dec 2007
Posts: 27
Thanks: 0
crazyryan is on a distinguished road
Default

Quote:
Originally Posted by TlcAndres View Post
Correct me if I'm wrong but I always thought to get data from the regular expression into the resulting matches you had to use (.*?) - other than that don't have the time right now to sit down and look through your expression.
Just tried that but still didn't work, exactly the same as before, I get this:

Array ( [0] => Array ( ) [1] => Array ( ) [2] => Array ( ) [3] => Array ( ) [4] => Array ( ) [5] => Array ( ) [6] => Array ( ) [7] => Array ( ) [8] => Array ( ) [9] => Array ( ) )
crazyryan is offline  
Reply With Quote