* Thus wrote Anthony Ritter: > Greetings, > > I'm using an RSS feed from the New York Times and right now the a href link > takes the user to the same window. > > I'd like the link to open in it's own window by using the target .html > attribute. > > I was hoping that I could use the eregi_replace() call by inserting: > > <a href="http://\\0">target="_blank">\\0</a> > > where it matches any character between the <link></link> string in the URL.
You might want to look into just getting a plain old rss parser. It'll probably save a lot of headaches. Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php