<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'combine two strings' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'combine two strings' posted on the 'PHP' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 17:34:41 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 17:34:41 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>combine two strings</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/343517/343517/combine-two-strings/</link>
      <description>how do you combine strings in php?&lt;br /&gt;
&lt;br /&gt;
what i am trying to do is:&lt;br /&gt;
&lt;br /&gt;
'index' + '.htm' -&amp;gt; 'index.htm'&lt;br /&gt;
&lt;br /&gt;
thanks!&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/343517/343517/combine-two-strings/</guid>
      <pubDate>Mon, 21 Aug 2006 09:07:11 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: combine two strings</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/343517/343519/re-combine-two-strings/#343519</link>
      <description>. is the concatenation operator.&lt;br /&gt;
&lt;br /&gt;
$NewStr = 'index'. '.htm';&lt;br /&gt;
&lt;br /&gt;
: how do you combine strings in php?&lt;br /&gt;
: &lt;br /&gt;
: what i am trying to do is:&lt;br /&gt;
: &lt;br /&gt;
: 'index' + '.htm' -&amp;gt; 'index.htm'&lt;br /&gt;
: &lt;br /&gt;
: thanks!&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/343517/343519/re-combine-two-strings/#343519</guid>
      <pubDate>Mon, 21 Aug 2006 09:11:52 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: combine two strings</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/343517/343520/re-combine-two-strings/#343520</link>
      <description>i see.&lt;br /&gt;
thanks!&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/343517/343520/re-combine-two-strings/#343520</guid>
      <pubDate>Mon, 21 Aug 2006 09:25:56 -0700</pubDate>
      <category>PHP</category>
    </item>
  </channel>
</rss>