cooldude832 Posted December 3, 2007 Share Posted December 3, 2007 I am working on reverse engineering html and I want to take tags like <td width="250"> to <td> any ideas? Maybe regex? Quote Link to comment Share on other sites More sharing options...
stuffradio Posted December 3, 2007 Share Posted December 3, 2007 Maybe Preg_match()? Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted December 3, 2007 Author Share Posted December 3, 2007 well what about a ergei_replace("[<td*>]","<td>",$string); Quote Link to comment 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.