<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1025071" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1025071</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-do-you-change-link-text-php#comment-1152743</link>
    <description> &lt;p&gt;Well, what about splitting the string by the &quot;-&quot;? then get the second part and replace the &quot;_&quot; with a &quot; &quot;. The following code is not tested but I think it would look something similar to it.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;$string &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= \&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;rolling_stones-paint_it_black\&quot;; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$string&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = explode(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$string&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;, \&quot;-\&quot;); // firstly, splitting up the string by the \&quot;-\&quot;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$new_string&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = str_replace(\&quot;_\&quot;, \&quot; \&quot;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$string&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;); // next, replacing all stances of the \&quot;_\&quot; with a \&quot; \&quot;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$new_string&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = ucwords(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$new_string&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;); // then, capitalise the words&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$new_string&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$new_string&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; . \&quot;Tab\&quot;; // finally, add \&quot;Tab\&quot; to the end.&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 Jun 2004 02:44:32 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1152743 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-do-you-change-link-text-php#comment-1152739</link>
    <description> &lt;p&gt;Where the links are generated, you can add code to truncate the line, although it would seem more likely that you would be able to edit the generated code to what you wanted.&lt;/p&gt;
 </description>
     <pubDate>Sat, 05 Jun 2004 23:39:55 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1152739 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
