Help:Convert HTML Table in to Text File Using PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Ajay Patel
Forum Newbie
Posts: 7
Joined: Fri Oct 03, 2008 1:16 am

Help:Convert HTML Table in to Text File Using PHP

Post 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
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Help:Convert HTML Table in to Text File Using PHP

Post by requinix »

You don't help yourself when you don't explain the problem. More than just one sentence, please.

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

Post 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
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Help:Convert HTML Table in to Text File Using PHP

Post by requinix »

Okay... better...
What's the text file supposed to look like?
Post Reply