HTML tags.
I can have something like
<table>
  first
  <table>
    second table
  </table>
  table
</table>

and i need to convert each <table></table> tags into something more user
friendly.

"David T-G" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to