Luis Lebron <mailto:[EMAIL PROTECTED]>
    on Friday, August 29, 2003 12:41 PM said:

> Is there a way I can change something like 
> <a href="mylink.html">My Link</a> to <a href="mylink.html"><ul>My
> Link</ul></a>

Yes. Probably best to use regular expressions. Read up on
www.php.net/preg_replace as a starting point.

If you don't know how to use regular expressions (I'm not that great at
it) I'm sure someone here will be able to write you one.

Also, I think you mean <u></u> and not <ul></ul> which stands for
Unordered List.


hth,
Chris.

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

Reply via email to