I wish to retrieve data between <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#EBEBEB"> and </table> using Php.Can any one please specify me the correct regular expression for retrieving data between the given table tags
I wish to retrieve data between <table width=100% border=0 cellpadding=0 cellspacing=0 bgcolor=#EBEBEB> and </table>
Share
It depends on what you’re retrieving. I’m no PHP pro myself, but here’s how I would go about it:
You should use this method if you don’t mind having the rest of the raw HTML in there. Otherwise, someone else might have a better solution.