RE: [PHP] String substiion for flash text

2003-08-29 Thread Chris W. Parker
Luis Lebron on Friday, August 29, 2003 12:41 PM said: > Is there a way I can change something like > My Link to My > Link 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 e

[PHP] String substiion for flash text

2003-08-29 Thread Luis Lebron
I have a script that creates html files to be used with a flash scroll box. The problem I am having right now is that the Flash scroll box does not underline the hyperlinks. Is there a way I can change something like My Link to My Link thanks, Luis