Posted by m6s on 10/13/86 11:36
I passed this to the pgrep_match :
$arrayTR = "<td>The value in cell 1</td><td>and cell 2</td>";
if ( preg_match( '<(\w+)*?>(.*?)</\1>', $arrayTR, $m ) ) {
print "Finding the cells...".$m[1]."\n";
}
and prints...
Warning: preg_match(): Unknown modifier '(' in C:\Documents and
Settings\m6s\My Documents\projects\php\test.php on line 7
>Exit code: 0
which mean?! :-(
Navigation:
[Reply to this message]
|