Page 1 of 1
Help:Convert HTML Table in to Text File Using PHP
Posted: Fri Nov 07, 2008 11:45 pm
by Ajay Patel
Hi
I want to convert HTML Table in to text file using PHP
For that what i have to do
pls suggest me
Thanks All,
Ajay
Re: Help:Convert HTML Table in to Text File Using PHP
Posted: Sat Nov 08, 2008 1:40 am
by requinix
You don't help yourself when you don't explain the problem. More than just one sentence, please.
Examples are great.
Re: Help:Convert HTML Table in to Text File Using PHP
Posted: Sat Nov 08, 2008 3:41 am
by Ajay Patel
Exapmle:
<table width='200' border='1'>
<tr>
<td>Rohit</td>
<td>Jalpa</td>
</tr>
<tr>
<td>Rohit</td>
<td></td>
</tr>
</table>
i want to convert this table in to text file
Re: Help:Convert HTML Table in to Text File Using PHP
Posted: Sat Nov 08, 2008 3:51 am
by requinix
Okay... better...
What's the text file supposed to look like?