<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038318" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038318</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/problem-clear-data#comment-1219190</link>
    <description> &lt;p&gt;Did you check into &lt;a href=&quot;http://www.php.net/strip_tags&quot; class=&quot;bb-url&quot;&gt;strip_tags&lt;/a&gt;?&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 May 2007 15:22:08 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1219190 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/problem-clear-data#comment-1219009</link>
    <description> &lt;p&gt;Anyone for help please?&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 May 2007 14:39:26 +0000</pubDate>
 <dc:creator>neizo</dc:creator>
 <guid isPermaLink="false">comment 1219009 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/problem-clear-data#comment-1218930</link>
    <description> &lt;p&gt;Hi, thanks for that example, I want something like that but little different.&lt;/p&gt;
&lt;p&gt;My php file to call the data from mysql looks like that:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;idc&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=iso-8859-7&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;pall.css&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;?&lt;br /&gt;include(&amp;quot;inc/connect.php&amp;quot;);&lt;br /&gt;$sql = &amp;quot;SELECT * from biografika ORDER BY ID&amp;quot;;&lt;br /&gt;$result1 = mysql_query($sql);&lt;br /&gt;$countinc = 0;&lt;br /&gt;while ($row2 = mysql_fetch_array($result1, MYSQL_ASSOC)) {&lt;br /&gt;$countinc++;&lt;br /&gt;echo &amp;quot;&amp;amp;row&amp;quot;.$countinc.&amp;quot;=&amp;quot;. $row2[&amp;#039;ID&amp;#039;].&amp;quot;,&amp;quot;.urlencode($row2[&amp;#039;PROSOPO&amp;#039;]).&amp;quot;,&amp;quot;.urlencode($row2[&amp;#039;BIO&amp;#039;]);&lt;br /&gt;}&lt;br /&gt;echo &amp;quot;&amp;amp;totalrows=&amp;quot;.$countinc;&lt;br /&gt;echo &amp;quot;&amp;amp;loaded=1&amp;quot;;&lt;br /&gt;mysql_close($link);&lt;br /&gt;?&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;and the data into mysql is like that:&lt;br /&gt;
&lt;code&gt;&amp;lt;p style=&amp;quot;margin-bottom: 0cm;&amp;quot;&amp;gt;bla bla bla bla&amp;lt;/p&amp;gt;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;This tag is the problem  and if you copy from microsoft word some text and paste it anyware this tag is invisible.&lt;br /&gt;
I was wonder why the text not load into the scroller (flash side) and when I open phpmyadmin I saw this tag many times into the text.&lt;br /&gt;
That is the hidden data!&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/at-wits-end.png&quot; title=&quot;Mad&quot; alt=&quot;Mad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;So after that I found the &quot;Office 2003/XP Add-in: Remove Hidden Data&quot; but nothing man:confused: it suppose to clear the data bu is not working..the tag  is there again.&lt;/p&gt;
&lt;p&gt;So, I want to pull out only the &quot;bla bla bla&quot; with no tags because my text scroller into the flash side has problem with this tag. I already check my sroller to render text as html and it working with others tag but not with the &quot;style=&quot;margin-bottom: 0cm;&quot; property of tag &lt;/p&gt;
&lt;p&gt;Thanks for helping me on this &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;
 </description>
     <pubDate>Mon, 07 May 2007 10:40:35 +0000</pubDate>
 <dc:creator>neizo</dc:creator>
 <guid isPermaLink="false">comment 1218930 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/problem-clear-data#comment-1218879</link>
    <description> &lt;p&gt;Ok, I&#039;m not sure I understand, but let me try and help....&lt;/p&gt;
&lt;p&gt;You can load &quot;hidden&quot; data values with &lt;/p&gt;
&lt;p&gt;You can get those values with the same methods you would anything else...a POST through a form, using whatever language you desire.&lt;/p&gt;
&lt;p&gt;As for clearing data, if you want to have a form load with text inside it, and then clear when they click:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;HTML:&lt;br /&gt;&lt;br /&gt;&amp;lt;textarea name=&amp;quot;my_text&amp;quot; id=&amp;quot;the_textarea&amp;quot; onClick=&amp;quot;disappear(the_textarea)&amp;quot;&amp;gt;Entry text&amp;lt;/textarea&amp;gt;&lt;br /&gt;&lt;br /&gt;JavaScript:&lt;br /&gt;function disappear(the_item) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(the_item).innerText = &amp;#039;&amp;#039;;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Something like that?  Granted, that&#039;s untested, and the .innerText value has limited usage (only certain tags, etc.) but that might be what you want?&lt;/p&gt;
&lt;p&gt;Hopefully this helps...&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 May 2007 18:08:23 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1218879 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/problem-clear-data#comment-1218867</link>
    <description> &lt;p&gt;Thanks for reply!&lt;br /&gt;
I have backend for a flash site, but when i paste text intro textarea of backend the php file send this text into mysql database. So when i load the swf file it calls the loadvariables php file for the text.&lt;br /&gt;
In swf file loads only the first 5 lines of the text and not all of it.&lt;/p&gt;
&lt;p&gt;This text is from microsoft word, the problem is with hidden data into the text that I can see only in the database.&lt;br /&gt;
There any way to clear those hidden data and keep only the pure text? something like filter from mysql?&lt;/p&gt;
&lt;p&gt;This hidden data is tags &amp;lt;&amp;gt; from word!&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 May 2007 15:59:18 +0000</pubDate>
 <dc:creator>neizo</dc:creator>
 <guid isPermaLink="false">comment 1218867 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/problem-clear-data#comment-1218650</link>
    <description> &lt;p&gt;Hidden?  Define &#039;hidden&#039;, please.&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 May 2007 01:59:33 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1218650 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
