Code: Select all
<tr><th colspan=3><font size="+1"><strong>Table Header 1</strong></font></th></tr>
<tr><td>cell 1</td><td>cell 2</td><td>cell 3</td></tr>
<th colspan=3><font size="+1"><strong>Table section Header 2</strong></font></th></tr>
<tr><td>cell 1</td><td>cell 2</td><td>cell 3</td></tr>Code: Select all
<tr><th colspan=3><font size="+1"><strong>Table Header 1</strong></font></th></tr>Code: Select all
<tr><th colspan=7>(.*?)</th></tr>Code: Select all
ereg_replace("<tr><th colspan=7>(.*?)</th></tr>","",$table);feyd | Help us, help you. Please use
Code: Select all
andCode: Select all
tags where approriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]