<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030826" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030826</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/need-limit-length-field#comment-1180230</link>
    <description> &lt;p&gt;Yes but your users could enter more than 30 characters then unknowingly lose half their post.  I actuly think it would be best to use all 3 methods.&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Sep 2005 18:35:58 +0000</pubDate>
 <dc:creator>vibins</dc:creator>
 <guid isPermaLink="false">comment 1180230 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/need-limit-length-field#comment-1180143</link>
    <description> &lt;p&gt;I spent some time on this yesterday and found the answer:&lt;/p&gt;
&lt;p&gt;phpadmin, table, change the field to VARCHAR and then out a 30 character limit in.&lt;/p&gt;
&lt;p&gt;Thanks for the tips.&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Sep 2005 06:57:46 +0000</pubDate>
 <dc:creator>loveair</dc:creator>
 <guid isPermaLink="false">comment 1180143 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/need-limit-length-field#comment-1180094</link>
    <description> &lt;p&gt;That is one way but any spamer could just take your code and remove it on their local machine.&lt;/p&gt;
&lt;p&gt;but you can add this to your php code&lt;/p&gt;
&lt;p&gt;$variable = $_POST[&#039;what-ever-the-textfield-name-is&#039;];&lt;/p&gt;
&lt;p&gt;$text = substr($variable,0,100); &lt;/p&gt;
&lt;p&gt;then you can do what you want with the text variable eg&lt;/p&gt;
&lt;p&gt;echo $text;&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Sep 2005 18:45:06 +0000</pubDate>
 <dc:creator>vibins</dc:creator>
 <guid isPermaLink="false">comment 1180094 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/need-limit-length-field#comment-1180089</link>
    <description> &lt;p&gt;maxlength=&quot;30&quot; ... /&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/tags/tag_input.asp&quot; class=&quot;bb-url&quot;&gt;W3Schools Input Tag&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Sep 2005 18:28:57 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1180089 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
