Regular expression, urgent. please help me. & lt; table & nbsp; width = & quot; 96% & quot; & nbsp; border = & quot; 0 & quot; & nbsp; align = & quot; center & quot; & nbsp; cel regular expression problem. please help me.
User code |
Enable SMS |
IP address |
Login Method |
11111 |
[# SUB_2 # User code] |
[# SUB_2 # enable the SMS function] |
[# SUB_2 # IP address] |
[# SUB_2 # logon mode] |
2222222 |
--------------- Match ------------------------------------------ in the preceding HTML --------------------------------
[# SUB_2 # User code]
[# SUB_2 # enable the SMS function]
[# SUB_2 # IP address]
[# SUB_2 # logon mode]
------------------ Pay attention to this
InIn, the left and right of id = "loop" may have other labels or none,
For example:
You can retrieve all the changes.
The above section of HTML
Help me. Thank you.
------ Solution --------------------
$ Html = <
User code |
Enable SMS |
IP address |
Login Method |
11111 |
[# SUB_2 # User code] |
[# SUB_2 # enable the SMS function] |
[# SUB_2 # IP address] |
[# SUB_2 # logon mode] |
2222222 |
EOD;
$ Pattern = '/(. * <\/Tr>)/US ';
If (preg_match ($ pattern, $ html, $ match ))
{
Echo htmlspecialchars ($ match [1]);
}
Else
Echo 'no match ';
?>