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
Help:Convert HTML Table in to Text File Using PHP
Moderator: General Moderators
-
Ajay Patel
- Forum Newbie
- Posts: 7
- Joined: Fri Oct 03, 2008 1:16 am
Re: Help:Convert HTML Table in to Text File Using PHP
You don't help yourself when you don't explain the problem. More than just one sentence, please.
Examples are great.
Examples are great.
-
Ajay Patel
- Forum Newbie
- Posts: 7
- Joined: Fri Oct 03, 2008 1:16 am
Re: Help:Convert HTML Table in to Text File Using PHP
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
<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
Okay... better...
What's the text file supposed to look like?
What's the text file supposed to look like?