kripz Posted June 1, 2006 Share Posted June 1, 2006 Im trying to parse some html using php.It looks similar to this:[code]<td class="Advanced"><a href="http://www.myhost.com/advanced/1">Package 1</a> </td><td>335 Dollars</td>[/code][code]<td class="Basic"><a href="http://www.myhost.com/basic/11">Package 11</a> </td><td>33 Dollars</td>[/code][code]<td class="Basic"><a href="http://www.myhost.com/basic/11">Package 11</a> </td><td>33 Dollars</td><td class="Advanced"><a href="http://www.myhost.com/advanced/1">Package 1</a> </td><td>335 Dollars</td>[/code]I need to strip everything so it only displays:|Advanced Package|1|335||Basic Package|11|33||Basic Package|11|33|Advanced Package|1|335| Quote Link to comment https://forums.phpfreaks.com/topic/10929-trying-to-delete-html-urls/ Share on other sites More sharing options...
kripz Posted June 5, 2006 Author Share Posted June 5, 2006 bump Quote Link to comment https://forums.phpfreaks.com/topic/10929-trying-to-delete-html-urls/#findComment-42004 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.