<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>FindIStore - Professional Web Design &#38; eCommerce Web Service &#187; text</title> <atom:link href="http://www.findistore.com/tag/text/feed" rel="self" type="application/rss+xml" /><link>http://www.findistore.com</link> <description>We are Professional Web Designer. We specialize in Website Design &#38; eCommerce Web Services</description> <lastBuildDate>Sat, 26 Nov 2011 08:19:00 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>i want to write a php code that will send text messages to phones?</title><link>http://www.findistore.com/i-want-to-write-a-php-code-that-will-send-text-messages-to-phones</link> <comments>http://www.findistore.com/i-want-to-write-a-php-code-that-will-send-text-messages-to-phones#comments</comments> <pubDate>Sun, 05 Apr 2009 16:00:34 +0000</pubDate> <dc:creator>KC</dc:creator> <category><![CDATA[PHP Related]]></category> <category><![CDATA[php]]></category> <category><![CDATA[text]]></category> <guid
isPermaLink="false">http://www.findistore.com/i-want-to-write-a-php-code-that-will-send-text-messages-to-phones</guid> <description><![CDATA[Can anybody assistance me upon COMPLETE PHP CODE which will concede me to send content messages to phones.]]></description> <content:encoded><![CDATA[<p>Can anybody assistance me upon COMPLETE PHP CODE  which will concede me to send content messages to phones.</p> ]]></content:encoded> <wfw:commentRss>http://www.findistore.com/i-want-to-write-a-php-code-that-will-send-text-messages-to-phones/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How do i update multiple recodes in php based on form field chechboxes ?</title><link>http://www.findistore.com/how-do-i-update-multiple-recodes-in-php-based-on-form-field-chechboxes</link> <comments>http://www.findistore.com/how-do-i-update-multiple-recodes-in-php-based-on-form-field-chechboxes#comments</comments> <pubDate>Sun, 05 Apr 2009 07:15:48 +0000</pubDate> <dc:creator>KC</dc:creator> <category><![CDATA[PHP Related]]></category> <category><![CDATA[php]]></category> <category><![CDATA[text]]></category> <guid
isPermaLink="false">http://www.findistore.com/how-do-i-update-multiple-recodes-in-php-based-on-form-field-chechboxes</guid> <description><![CDATA[this is a formula i have been regulating though something goes wrong somewhere as well as it fails no errors though it simply reloads a page as well as discards a report i put in &#60;strong&#62;Update mixed rows in mysql&#60;/strong&#62;&#60;br&#62; &#8230; <a
href="http://www.findistore.com/how-do-i-update-multiple-recodes-in-php-based-on-form-field-chechboxes">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>this is a formula i have been regulating though something goes wrong somewhere as well as it fails no errors though it simply reloads a page as well as discards a report i put in</p><p>&lt;strong&gt;Update mixed rows in mysql&lt;/strong&gt;&lt;br&gt;</p><p>&lt;?php<br
/> $host=&quot;xxx.xxx.xxx.xxx&quot;;<br
/> $username=&quot;HSR_CR&quot;;<br
/> $password=&quot;xxxxxxxxx&quot;;<br
/> $db_name=&quot;HSR_CR&quot;;<br
/> $tbl_name=&quot;COPE&quot;;</p><p>mysql_connect(&quot;$host&quot;, &quot;$username&quot;, &quot;$password&quot;)or die(&quot;cannot connect&quot;);<br
/> mysql_select_db(&quot;$db_name&quot;)or die(&quot;cannot name DB&quot;);</p><p>$sql=&quot;SELECT * FROM $tbl_name&quot;;<br
/> $result=mysql_query($sql);<br
/> $count=mysql_num_rows($result);<br
/> ?&gt;<br
/> &lt;table width=&quot;500&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;0&quot;&gt;<br
/> &lt;form name=&quot;form1&quot; method=&quot;post&quot; action=&quot;&quot;&gt;<br
/> &lt;tr&gt;<br
/> &lt;td&gt;<br
/> &lt;table width=&quot;500&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;0&quot;&gt;</p><p>&lt;tr&gt;<br
/> &lt;td align=&quot;center&quot;&gt;&lt;strong&gt;Id&lt;/strong&gt;&lt;/td&gt;<br
/> &lt;td align=&quot;center&quot;&gt;&lt;strong&gt;Scouts Name&lt;/strong&gt;&lt;/td&gt;<br
/> &lt;td align=&quot;center&quot;&gt;&lt;strong&gt;Troop Number&lt;/strong&gt;&lt;/td&gt;<br
/> &lt;td align=&quot;center&quot;&gt;&lt;strong&gt;Week&lt;/strong&gt;&lt;/td&gt;<br
/> &lt;td align=&quot;center&quot;&gt;&lt;strong&gt;Completion&lt;/strong&gt;&lt;/td&gt;<br
/> &lt;/tr&gt;<br
/> &lt;?php<br
/> while($rows=mysql_fetch_array($result)){<br
/> ?&gt;<br
/> &lt;tr&gt;<br
/> &lt;td align=&quot;center&quot;&gt;&lt;? $ID[]=$rows[&#39;ID&#39;]; ?&gt;&lt;? relate $rows[&#39;ID&#39;]; ?&gt;&lt;/td&gt;<br
/> &lt;td align=&quot;center&quot;&gt;&lt;input name=&quot;ScoutName[]&quot; type=&quot;text&quot; id=&quot;ScoutName&quot; value=&quot;&lt;? relate $rows[&#39;ScoutName&#39;]; ?&gt;&quot;&gt;&lt;/td&gt;<br
/> &lt;td align=&quot;center&quot;&gt;&lt;input name=&quot;TroopNumber[]&quot; type=&quot;text&quot; id=&quot;TroopNumber&quot; value=&quot;&lt;? relate $rows[&#39;TroopNumber&#39;]; ?&gt;&quot;&gt;&lt;/td&gt;<br
/> &lt;td align=&quot;center&quot;&gt;&lt;input name=&quot;Week[]&quot; type=&quot;text&quot; id=&quot;Week&quot; value=&quot;&lt;? relate $rows[&#39;Week&#39;]; ?&gt;&quot;&gt;&lt;/td&gt;<br
/> &lt;td align=&quot;center&quot;&gt;&lt;input name=&quot;Completion[]&quot; type=&quot;text&quot; id=&quot;Completion&quot; value=&quot;&lt;? relate $rows[&#39;Completion&#39;]; ?&gt;&quot;&gt;&lt;/td&gt;<br
/> &lt;/tr&gt;<br
/> &lt;?php<br
/> }<br
/> ?&gt;<br
/> &lt;tr&gt;<br
/> &lt;td colspan=&quot;4&quot; align=&quot;center&quot;&gt;<br
/> &lt;input type=&quot;Submit&quot; name=&quot;Submit&quot; id=&quot;Submit&quot; value=&quot;Submit&quot;&gt;<br
/> &lt;/td&gt;<br
/> &lt;/tr&gt;<br
/> &lt;/table&gt;<br
/> &lt;/td&gt;<br
/> &lt;/tr&gt;<br
/> &lt;/form&gt;<br
/> &lt;/table&gt;<br
/> &lt;?php<br
/> if($Submit){<br
/> for($i=0;$i&lt;$count;$i++){<br
/> $sql1=&quot;UPDATE $tbl_name SET Completion=&#39;$Completion[$i]&#39; WHERE ID=&#39;$ID[$i]&#39;&quot;;<br
/> $result1=mysql_query($sql);<br
/> }<br
/> }</p><p>if($result1){<br
/> header(&quot;location:index.php&quot;);<br
/> }<br
/> mysql_close();<br
/> ?&gt;</p> ]]></content:encoded> <wfw:commentRss>http://www.findistore.com/how-do-i-update-multiple-recodes-in-php-based-on-form-field-chechboxes/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Is there any way for ASP.Net config files to be embedded or make a part of dll?</title><link>http://www.findistore.com/is-there-any-way-for-aspnet-config-files-to-be-embedded-or-make-a-part-of-dll</link> <comments>http://www.findistore.com/is-there-any-way-for-aspnet-config-files-to-be-embedded-or-make-a-part-of-dll#comments</comments> <pubDate>Sat, 04 Apr 2009 23:13:45 +0000</pubDate> <dc:creator>KC</dc:creator> <category><![CDATA[ASP Related]]></category> <category><![CDATA[file]]></category> <category><![CDATA[make]]></category> <category><![CDATA[text]]></category> <category><![CDATA[web]]></category> <guid
isPermaLink="false">http://www.findistore.com/is-there-any-way-for-aspnet-config-files-to-be-embedded-or-make-a-part-of-dll</guid> <description><![CDATA[I have the incident where i have 2 config files for my web application. Web.Config as well as abc.config. In prolongation i do not wish to muster config record as content files. I&#8217;m seeking for the proceed to soak up &#8230; <a
href="http://www.findistore.com/is-there-any-way-for-aspnet-config-files-to-be-embedded-or-make-a-part-of-dll">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>I have the incident where i have 2 config files for my web application. Web.Config as well as abc.config. In prolongation i do not wish to muster config record as content files. I&#8217;m seeking for the proceed to soak up as embedded apparatus or the dll, from where my focus can read. i have came opposite encrypting the files. though in my incident i cite embadding or creation the apparatus file. is there any proceed to proceed this?</p> ]]></content:encoded> <wfw:commentRss>http://www.findistore.com/is-there-any-way-for-aspnet-config-files-to-be-embedded-or-make-a-part-of-dll/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How to send multiple HTML text inputs with same name into a SQL database with PHP?</title><link>http://www.findistore.com/how-to-send-multiple-html-text-inputs-with-same-name-into-a-sql-database-with-php</link> <comments>http://www.findistore.com/how-to-send-multiple-html-text-inputs-with-same-name-into-a-sql-database-with-php#comments</comments> <pubDate>Sat, 04 Apr 2009 16:53:14 +0000</pubDate> <dc:creator>KC</dc:creator> <category><![CDATA[PHP Related]]></category> <category><![CDATA[database]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[html]]></category> <category><![CDATA[php]]></category> <category><![CDATA[text]]></category> <category><![CDATA[web]]></category> <guid
isPermaLink="false">http://www.findistore.com/how-to-send-multiple-html-text-inputs-with-same-name-into-a-sql-database-with-php</guid> <description><![CDATA[I have a webpage we wrote in HTML, which has a javascript symbol which will supplement a quarrel to a list to concede mixed inputs. Each iteration of a submit content box has a same name attribute. When submitted, a &#8230; <a
href="http://www.findistore.com/how-to-send-multiple-html-text-inputs-with-same-name-into-a-sql-database-with-php">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>I have a webpage we wrote in HTML, which has a javascript symbol which will supplement a quarrel to a list to concede mixed inputs.  Each iteration of a submit content box has a same name attribute.  When submitted, a PHP page connects to an MSSQL database by an ODBC tie as well as posts a inputs.  However, if theres some-more than one, usually a single gets posted.  Any thought upon how to get a name as well as PHP book to automobile increment a name attribute?  Thanks.</p> ]]></content:encoded> <wfw:commentRss>http://www.findistore.com/how-to-send-multiple-html-text-inputs-with-same-name-into-a-sql-database-with-php/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>PHP &#8211; How to check if a string contains a word longer than 50 characters?</title><link>http://www.findistore.com/php-how-to-check-if-a-string-contains-a-word-longer-than-50-characters</link> <comments>http://www.findistore.com/php-how-to-check-if-a-string-contains-a-word-longer-than-50-characters#comments</comments> <pubDate>Fri, 03 Apr 2009 10:28:08 +0000</pubDate> <dc:creator>KC</dc:creator> <category><![CDATA[PHP Related]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[php]]></category> <category><![CDATA[text]]></category> <guid
isPermaLink="false">http://www.findistore.com/php-how-to-check-if-a-string-contains-a-word-longer-than-50-characters</guid> <description><![CDATA[I would similar to to know if it is probable to check with php if a fibre of content contains a single word which is longer than 50 characters, only given it would come out of a div given it &#8230; <a
href="http://www.findistore.com/php-how-to-check-if-a-string-contains-a-word-longer-than-50-characters">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>I would similar to to know if it is probable to check with php if a fibre of content contains a single word which is longer than 50 characters, only given it would come out of a div given it would be as well long, as well as have no spaces.</p><p>If it is possible, any ideas upon how to repair this problem?</p> ]]></content:encoded> <wfw:commentRss>http://www.findistore.com/php-how-to-check-if-a-string-contains-a-word-longer-than-50-characters/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How can I write into a textarea with javascript?</title><link>http://www.findistore.com/how-can-i-write-into-a-textarea-with-javascript</link> <comments>http://www.findistore.com/how-can-i-write-into-a-textarea-with-javascript#comments</comments> <pubDate>Wed, 01 Apr 2009 16:50:55 +0000</pubDate> <dc:creator>KC</dc:creator> <category><![CDATA[JavaScript Related]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[text]]></category> <guid
isPermaLink="false">http://www.findistore.com/how-can-i-write-into-a-textarea-with-javascript</guid> <description><![CDATA[On my javascript exam page I&#39;ve got a textfield we wanna make use of for debug messages. Now we wanna know how to imitation these messages in to a textfield.]]></description> <content:encoded><![CDATA[<p>On my javascript exam page I&#39;ve got a textfield we wanna make use of for debug messages. Now we wanna know how to imitation these messages in to a textfield.</p> ]]></content:encoded> <wfw:commentRss>http://www.findistore.com/how-can-i-write-into-a-textarea-with-javascript/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>What would be the Ebay and Paypal fees for this?</title><link>http://www.findistore.com/what-would-be-the-ebay-and-paypal-fees-for-this</link> <comments>http://www.findistore.com/what-would-be-the-ebay-and-paypal-fees-for-this#comments</comments> <pubDate>Wed, 01 Apr 2009 15:24:04 +0000</pubDate> <dc:creator>KC</dc:creator> <category><![CDATA[eBay Fees How To]]></category> <category><![CDATA[text]]></category> <guid
isPermaLink="false">http://www.findistore.com/what-would-be-the-ebay-and-paypal-fees-for-this</guid> <description><![CDATA[I have something i wish to sell for around 150$. we would perfer a remuneration go by paypal, though if there have been fees charged ageinst that, i will go by Money Order. we wish 4 pictures. Nothing whim text. &#8230; <a
href="http://www.findistore.com/what-would-be-the-ebay-and-paypal-fees-for-this">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>I have something i wish to sell for around 150$. we would perfer a remuneration go by paypal, though if there have been fees charged ageinst that, i will go by Money Order. we wish 4 pictures. Nothing whim text. What would be a price?</p> ]]></content:encoded> <wfw:commentRss>http://www.findistore.com/what-would-be-the-ebay-and-paypal-fees-for-this/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>What is the difference between accessing an external css file in php vs html?</title><link>http://www.findistore.com/what-is-the-difference-between-accessing-an-external-css-file-in-php-vs-html</link> <comments>http://www.findistore.com/what-is-the-difference-between-accessing-an-external-css-file-in-php-vs-html#comments</comments> <pubDate>Wed, 01 Apr 2009 12:49:02 +0000</pubDate> <dc:creator>KC</dc:creator> <category><![CDATA[PHP Related]]></category> <category><![CDATA[css]]></category> <category><![CDATA[file]]></category> <category><![CDATA[html]]></category> <category><![CDATA[php]]></category> <category><![CDATA[text]]></category> <guid
isPermaLink="false">http://www.findistore.com/what-is-the-difference-between-accessing-an-external-css-file-in-php-vs-html</guid> <description><![CDATA[I meant similar to what have been a differences is a single a improved reduction cluttered approach to do it or some-more fit or something? being a html way being a php way]]></description> <content:encoded><![CDATA[<p>I meant similar to what have been a differences is a single a improved reduction cluttered approach to do it or some-more fit or something?</p> being a html way<p><?php<br
/> Include(“css/style.css”)<br
/> ?><br
/> being a php way</p> ]]></content:encoded> <wfw:commentRss>http://www.findistore.com/what-is-the-difference-between-accessing-an-external-css-file-in-php-vs-html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How can I pass data from an ASP to a SWF?</title><link>http://www.findistore.com/how-can-i-pass-data-from-an-asp-to-a-swf</link> <comments>http://www.findistore.com/how-can-i-pass-data-from-an-asp-to-a-swf#comments</comments> <pubDate>Wed, 01 Apr 2009 09:39:23 +0000</pubDate> <dc:creator>KC</dc:creator> <category><![CDATA[ASP Related]]></category> <category><![CDATA[content]]></category> <category><![CDATA[make]]></category> <category><![CDATA[text]]></category> <guid
isPermaLink="false">http://www.findistore.com/how-can-i-pass-data-from-an-asp-to-a-swf</guid> <description><![CDATA[Say we had an ASP page which had a SWF film in it. But, we longed for to pass a little pointless interpretation from a ASP non-static to a content box in a movie. Such as: &#60;% DIM fname fname &#8230; <a
href="http://www.findistore.com/how-can-i-pass-data-from-an-asp-to-a-swf">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Say we had an ASP page which had a SWF film in it.  But, we longed for to pass a little pointless interpretation from a ASP non-static to a content box in a movie.</p><p>Such as:</p><p>&lt;%<br
/> DIM fname<br
/> fname = &quot;John&quot;<br
/> %&gt;</p><p>How can we pass a essence of &#39;fname&#39; to a movie?</p><p>Hope which have sense, interjection for your help!</p> ]]></content:encoded> <wfw:commentRss>http://www.findistore.com/how-can-i-pass-data-from-an-asp-to-a-swf/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How to get the value of Textbox which is created at runtime in asp.net?</title><link>http://www.findistore.com/how-to-get-the-value-of-textbox-which-is-created-at-runtime-in-aspnet</link> <comments>http://www.findistore.com/how-to-get-the-value-of-textbox-which-is-created-at-runtime-in-aspnet#comments</comments> <pubDate>Wed, 01 Apr 2009 02:32:05 +0000</pubDate> <dc:creator>KC</dc:creator> <category><![CDATA[ASP Related]]></category> <category><![CDATA[create]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[text]]></category> <guid
isPermaLink="false">http://www.findistore.com/how-to-get-the-value-of-textbox-which-is-created-at-runtime-in-aspnet</guid> <description><![CDATA[In my asp.net page i have combined textbox carry out when i click a button. as well as afterwards i hve entered a little values in to which textbox. right away i wish to get a worth of which textbox &#8230; <a
href="http://www.findistore.com/how-to-get-the-value-of-textbox-which-is-created-at-runtime-in-aspnet">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>In my asp.net page i have combined textbox carry out when i click a button. as well as afterwards i hve entered a little values in to which textbox. right away i wish to get a worth of which textbox when i click an additional a single button. Any a single pls discuss it me how to get ?</p> ]]></content:encoded> <wfw:commentRss>http://www.findistore.com/how-to-get-the-value-of-textbox-which-is-created-at-runtime-in-aspnet/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
