<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000803" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000803</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-do-u-make-search-so-its-not-case-sensitive-another-one-im-dark#comment-1003479</link>
    <description> &lt;p&gt;You&#039;re welcome &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;Reviews of the best resources for webmasters in your e-mail every week!&lt;/strong&gt;&lt;br /&gt;
Subscribe for &lt;strong&gt;[red]FREE[/red]&lt;/strong&gt; by going to &lt;strong&gt;&lt;a href=&quot;http://www.web-reviews.com/&quot; class=&quot;bb-url&quot;&gt;http://www.web-reviews.com/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Oct 1999 02:46:00 +0000</pubDate>
 <dc:creator>Federico Carnales</dc:creator>
 <guid isPermaLink="false">comment 1003479 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-do-u-make-search-so-its-not-case-sensitive-another-one-im-dark#comment-1003478</link>
    <description> &lt;p&gt;just letting you know it works like a charm that way. thanks a bunch. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;My Site Got Hacked, Check It Out!&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com&quot; class=&quot;bb-url&quot;&gt;http://www.birminghamnet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Oct 1999 22:30:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1003478 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-do-u-make-search-so-its-not-case-sensitive-another-one-im-dark#comment-1003477</link>
    <description> &lt;p&gt;thanks again &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;My Site Got Hacked, Check It Out!&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com&quot; class=&quot;bb-url&quot;&gt;http://www.birminghamnet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Oct 1999 22:13:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1003477 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-do-u-make-search-so-its-not-case-sensitive-another-one-im-dark#comment-1003476</link>
    <description> &lt;p&gt;fairhousing,&lt;/p&gt;
&lt;p&gt;I&#039;m not sure of the way you are doing the search on the databases, but say, if you are going through each line and getting different fields based on a delimiter, and you want to match exact strings on a specified field, then the code should be like:&lt;/p&gt;
&lt;p&gt;if (lc($text) eq lc($searchstring)) { print &amp;quot;We have found the string \&amp;quot;$searchstring\&amp;quot; in ourpage.&amp;quot; }&lt;br /&gt;
else { print &amp;quot;Sorry, no matches for \&amp;quot;$searchstring\&amp;quot;. }&lt;/p&gt;
&lt;p&gt;The lc function returns the lower case version of the string/variable, making the comparison case insensitive.&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;Reviews of the best resources for webmasters in your e-mail every week!&lt;/strong&gt;&lt;br /&gt;
Subscribe for &lt;strong&gt;[red]FREE[/red]&lt;/strong&gt; by going to &lt;strong&gt;&lt;a href=&quot;http://www.web-reviews.com/&quot; class=&quot;bb-url&quot;&gt;http://www.web-reviews.com/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Oct 1999 20:25:00 +0000</pubDate>
 <dc:creator>Federico Carnales</dc:creator>
 <guid isPermaLink="false">comment 1003476 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-do-u-make-search-so-its-not-case-sensitive-another-one-im-dark#comment-1003475</link>
    <description> &lt;p&gt;You could make both strings lower case and compare them afterwards.&lt;/p&gt;
&lt;p&gt;Later,&lt;/p&gt;
&lt;p&gt;Malte&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;Malte Ubl&lt;/strong&gt; - [red]Germany[/red] - &lt;strong&gt;&lt;a href=&quot;http://goKewl.com/&quot; class=&quot;bb-url&quot;&gt;http://goKewl.com/&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
[red]The beats of 1000 hearts inside...[/red] the merciless pulsation... [red]and all I know is I&#039;ll be back...[/red] back to trance nation!&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Oct 1999 19:40:00 +0000</pubDate>
 <dc:creator>Malte</dc:creator>
 <guid isPermaLink="false">comment 1003475 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-do-u-make-search-so-its-not-case-sensitive-another-one-im-dark#comment-1003474</link>
    <description> &lt;p&gt;i&#039;m having one problem with the code above. it recognizes the following 2 names as the same name &amp;quot;michael&amp;quot; and &amp;quot;michael27&amp;quot;. any ideas how to correct this?&lt;/p&gt;
&lt;p&gt;thanks in advance &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;My Site Got Hacked, Check It Out!&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com&quot; class=&quot;bb-url&quot;&gt;http://www.birminghamnet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Oct 1999 17:13:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1003474 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-do-u-make-search-so-its-not-case-sensitive-another-one-im-dark#comment-1003473</link>
    <description> &lt;p&gt;very helpful, thanks &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;My Site Got Hacked, Check It Out!&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com&quot; class=&quot;bb-url&quot;&gt;http://www.birminghamnet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Oct 1999 00:38:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1003473 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-do-u-make-search-so-its-not-case-sensitive-another-one-im-dark#comment-1003470</link>
    <description> &lt;p&gt;same database i&#039;ve asked another question about. there&#039;s a member search feature. however, if you don&#039;t type the member&#039;s name in exactly as it is in the database it says they don&#039;t exist.&lt;/p&gt;
&lt;p&gt;what&#039;s the simple code to look for both capital and non-capitol spellings of the same word?&lt;/p&gt;
&lt;p&gt;thanks in advance &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;My Site Got Hacked, Check It Out!&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com&quot; class=&quot;bb-url&quot;&gt;http://www.birminghamnet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 16 Oct 1999 20:49:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1003470 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/how-do-u-make-search-so-its-not-case-sensitive-another-one-im-dark#comment-1003472</link>
    <description> &lt;p&gt;Since robp&#039;s answer wasn&#039;t very descriptive, I&#039;ll expand a bit more.&lt;/p&gt;
&lt;p&gt;When you are doing a regexp (regular expression), you can specify many options that tell PERL how should it match. The i option specifies that the search/match should be done in case insensitive, just like the g options specifies to match all occurrencies of a string.&lt;/p&gt;
&lt;p&gt;The option must be right after the closing delimiter, in robp&#039;s case, the slash.&lt;/p&gt;
&lt;p&gt;Here&#039;s an example:&lt;/p&gt;
&lt;p&gt;if ($text =~ /$searchstring/i) { print &amp;quot;We have found the string \&amp;quot;$searchstring\&amp;quot; in our page.&amp;quot; }&lt;br /&gt;
else { print &amp;quot;Sorry, no matches for \&amp;quot;$searchstring\&amp;quot;. }&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Federico Carnales&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;Reviews of the best resources for webmasters in your e-mail every week!&lt;/strong&gt;&lt;br /&gt;
Subscribe for &lt;strong&gt;[red]FREE[/red]&lt;/strong&gt; by going to &lt;strong&gt;&lt;a href=&quot;http://www.web-reviews.com/&quot; class=&quot;bb-url&quot;&gt;http://www.web-reviews.com/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 16 Oct 1999 20:48:00 +0000</pubDate>
 <dc:creator>Federico Carnales</dc:creator>
 <guid isPermaLink="false">comment 1003472 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
