<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001010" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001010</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/defeating-hmtl#comment-1004286</link>
    <description> &lt;p&gt;cool thx, looks like patrick&#039;s code might be what i need, hopefully.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Thumbs up or down ratings of the best and worst ways to make $$$ on the net. &lt;a href=&quot;http://www.birminghamnet.com/search-engines/resources/webmaster_tools/&quot; class=&quot;bb-url&quot;&gt;CLICK 4 CASH!&lt;/a&gt; from Affiliate Programs and Ad Networks&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Mar 2000 01:19:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1004286 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/defeating-hmtl#comment-1004285</link>
    <description> &lt;p&gt;No,  The regexp Patrick wrote would delete any &amp;lt;html&amp;gt; code found in the string.&lt;/p&gt;
&lt;p&gt;If you wanted to delete all of the &amp;lt; and &amp;gt; out of a string you could do somthing like&lt;/p&gt;
&lt;p&gt;$string =~ s/&amp;lt;|&amp;gt;//;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Recycling one glass jar, saves enough energy to watch T.V for 3 hours.&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Mar 2000 20:40:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1004285 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/defeating-hmtl#comment-1004284</link>
    <description> &lt;p&gt;ok so it should be something like:&lt;/p&gt;
&lt;p&gt;$formdata =~ s/&amp;lt;.+?&amp;gt;//isg;&lt;/p&gt;
&lt;p&gt;i guess that will take out the &amp;lt; or &amp;gt; in html?&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Thumbs up or down ratings of the best and worst ways to make $$$ on the net. &lt;a href=&quot;http://www.birminghamnet.com/search-engines/resources/webmaster_tools/&quot; class=&quot;bb-url&quot;&gt;CLICK 4 CASH!&lt;/a&gt; from Affiliate Programs and Ad Networks&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Mar 2000 05:14:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1004284 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/defeating-hmtl#comment-1004282</link>
    <description> &lt;p&gt;You could disallow the characters when parsing the form, or replace them so that the information comes out, but the link isn&#039;t active (such as replacing &amp;lt; with &amp;amp;lt; and &amp;gt; with &amp;amp;gt; so that it looks like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&quot;....&quot;&amp;gt; instead of being an active link.&lt;/p&gt;
&lt;p&gt;Or you could program it so that if there is any HTML it returns an error stating such and redirecting the person to remove it from their form entry.&lt;/p&gt;
&lt;p&gt;hth,&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.zerocattle.com&quot; class=&quot;bb-url&quot;&gt;Zero Cattle&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/&quot; class=&quot;bb-url&quot;&gt;Suzanne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;Tables DeMystified&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;[This message has been edited by Suzanne (edited 03 March 2000).]&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Mar 2000 20:22:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1004282 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
