<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for HTML and PHP Resources</title>
	<atom:link href="http://www.htmlandphp.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.htmlandphp.com</link>
	<description>Short easy to follow tutorials &#38; more...</description>
	<lastBuildDate>Thu, 02 Feb 2012 02:36:03 +0000</lastBuildDate>
	<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>Comment on Simple PHP Flat File Shoutbox by Bladymir</title>
		<link>http://www.htmlandphp.com/scripts/simple-php-flat-file-shoutbox.html#comment-47</link>
		<dc:creator>Bladymir</dc:creator>
		<pubDate>Thu, 02 Feb 2012 02:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlandphp.com/?p=363#comment-47</guid>
		<description>Hey Dennis,

Yesterday I updated &lt;strong&gt;read.php&lt;/strong&gt;, theres an extra if inserted. Refer to the code above, look for the additional code around line 15:
&lt;code&gt;
 // Check to see if the line was more than a single element.
 if (count($parts) &gt; 1) {....}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hey Dennis,</p>
<p>Yesterday I updated <strong>read.php</strong>, theres an extra if inserted. Refer to the code above, look for the additional code around line 15:<br />
<code><br />
 // Check to see if the line was more than a single element.<br />
 if (count($parts) > 1) {....}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple PHP Flat File Shoutbox by Dennis</title>
		<link>http://www.htmlandphp.com/scripts/simple-php-flat-file-shoutbox.html#comment-46</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 01 Feb 2012 18:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlandphp.com/?p=363#comment-46</guid>
		<description>Hi

i have been testing the shoutbox on a test page before i make it live and found that if i add a carriage return in the message input it adds the second line of text to a new output line on the top panel

this is how it came out on the shout box once posted:

This is the CArriage Return... (@01/01/1970 00:01)

Dennis (Tech Admin) (@01/02/2012 07:02) Test Example 

any ideas how to fix this ?

regards</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>i have been testing the shoutbox on a test page before i make it live and found that if i add a carriage return in the message input it adds the second line of text to a new output line on the top panel</p>
<p>this is how it came out on the shout box once posted:</p>
<p>This is the CArriage Return&#8230; (@01/01/1970 00:01)</p>
<p>Dennis (Tech Admin) (@01/02/2012 07:02) Test Example </p>
<p>any ideas how to fix this ?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple PHP Flat File Shoutbox by dennis</title>
		<link>http://www.htmlandphp.com/scripts/simple-php-flat-file-shoutbox.html#comment-43</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Tue, 31 Jan 2012 20:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlandphp.com/?p=363#comment-43</guid>
		<description>cheers for that - worked a treat

ok another fix:

index.php

line 52:   remove space between the &gt; and &lt; - makes 2 spaces in the message box when ppl go to post</description>
		<content:encoded><![CDATA[<p>cheers for that &#8211; worked a treat</p>
<p>ok another fix:</p>
<p>index.php</p>
<p>line 52:   remove space between the &gt; and &lt; &#8211; makes 2 spaces in the message box when ppl go to post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple PHP Flat File Shoutbox by Bladymir</title>
		<link>http://www.htmlandphp.com/scripts/simple-php-flat-file-shoutbox.html#comment-42</link>
		<dc:creator>Bladymir</dc:creator>
		<pubDate>Tue, 31 Jan 2012 18:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlandphp.com/?p=363#comment-42</guid>
		<description>In read.php look for the line that says:  $lines = explode(&quot;\n&quot;, $contents);  (should be line 10)
and right after that add:    $lines = array_reverse($lines);

This reverses the order of the array.</description>
		<content:encoded><![CDATA[<p>In read.php look for the line that says:  $lines = explode(&#8220;\n&#8221;, $contents);  (should be line 10)<br />
and right after that add:    $lines = array_reverse($lines);</p>
<p>This reverses the order of the array.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple PHP Flat File Shoutbox by Bladymir</title>
		<link>http://www.htmlandphp.com/scripts/simple-php-flat-file-shoutbox.html#comment-41</link>
		<dc:creator>Bladymir</dc:creator>
		<pubDate>Tue, 31 Jan 2012 18:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlandphp.com/?p=363#comment-41</guid>
		<description>Included your suggestion in the update. Thanks!</description>
		<content:encoded><![CDATA[<p>Included your suggestion in the update. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple PHP Flat File Shoutbox by Bladymir</title>
		<link>http://www.htmlandphp.com/scripts/simple-php-flat-file-shoutbox.html#comment-40</link>
		<dc:creator>Bladymir</dc:creator>
		<pubDate>Tue, 31 Jan 2012 18:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlandphp.com/?p=363#comment-40</guid>
		<description>Thanks for catching that. I updated the code. :-) I also updated read.php to ignore lines that don&#039;t have enough elements after being split, like blank lines(this was generating a notice).</description>
		<content:encoded><![CDATA[<p>Thanks for catching that. I updated the code. <img src='http://www.htmlandphp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I also updated read.php to ignore lines that don&#8217;t have enough elements after being split, like blank lines(this was generating a notice).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple PHP Flat File Shoutbox by dennis</title>
		<link>http://www.htmlandphp.com/scripts/simple-php-flat-file-shoutbox.html#comment-39</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Tue, 31 Jan 2012 18:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlandphp.com/?p=363#comment-39</guid>
		<description>hi - yeah its me again

am having a small difficulty getting the output to read from the bottom of the scroller where the latest enrty is
 or have the top of the scroller hold the latest entry

hope you can help on this one

thanks</description>
		<content:encoded><![CDATA[<p>hi &#8211; yeah its me again</p>
<p>am having a small difficulty getting the output to read from the bottom of the scroller where the latest enrty is<br />
 or have the top of the scroller hold the latest entry</p>
<p>hope you can help on this one</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple PHP Flat File Shoutbox by dennis</title>
		<link>http://www.htmlandphp.com/scripts/simple-php-flat-file-shoutbox.html#comment-37</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Tue, 31 Jan 2012 17:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlandphp.com/?p=363#comment-37</guid>
		<description>another small code change you may wish to implement:

open write.php

find around line 12:

a href=&quot;http://&#039; . urlencode($postURL) . &#039;&quot;

change to:

a href=&quot;http://&#039; . urlencode($postURL) . &#039;&quot; target=&quot;_blank&quot;

the dane link will now open in a new window rather than the same one closing the shoutbox</description>
		<content:encoded><![CDATA[<p>another small code change you may wish to implement:</p>
<p>open write.php</p>
<p>find around line 12:</p>
<p>a href=&#8221;http://&#8217; . urlencode($postURL) . &#8216;&#8221;</p>
<p>change to:</p>
<p>a href=&#8221;http://&#8217; . urlencode($postURL) . &#8216;&#8221; target=&#8221;_blank&#8221;</p>
<p>the dane link will now open in a new window rather than the same one closing the shoutbox</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple PHP Flat File Shoutbox by dennis</title>
		<link>http://www.htmlandphp.com/scripts/simple-php-flat-file-shoutbox.html#comment-34</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Tue, 31 Jan 2012 13:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlandphp.com/?p=363#comment-34</guid>
		<description>Hi

Nice little script - i have found a small bug in the write.php:

            $postingUser = &#039;&lt;a href=&quot;http://&#039; . urlencode($postURL) . &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; . $postUser . &#039;&lt;/a&gt;&#039;;
        } else {
            $postingUser = $postURL;
        }

this bit:

            $postingUser = $postURL;

should read

            $postingUser = $postUser;

to give a name output without the website being input.

regards
Dennis</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Nice little script &#8211; i have found a small bug in the write.php:</p>
<p>            $postingUser = &#8216;<a href="http://' . urlencode($postURL) . '" rel="nofollow">&#8216; . $postUser . &#8216;</a>&#8216;;<br />
        } else {<br />
            $postingUser = $postURL;<br />
        }</p>
<p>this bit:</p>
<p>            $postingUser = $postURL;</p>
<p>should read</p>
<p>            $postingUser = $postUser;</p>
<p>to give a name output without the website being input.</p>
<p>regards<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML Entities and Special Characters by Jack Dain</title>
		<link>http://www.htmlandphp.com/reference/html-special-characters.html#comment-8</link>
		<dc:creator>Jack Dain</dc:creator>
		<pubDate>Fri, 23 Dec 2011 11:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlandphp.com/?p=236#comment-8</guid>
		<description>Very interesting points you have mentioned, appreciate it for posting.</description>
		<content:encoded><![CDATA[<p>Very interesting points you have mentioned, appreciate it for posting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.htmlandphp.com/comments/feed ) in 0.36088 seconds, on Feb 23rd, 2012 at 3:31 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 23rd, 2012 at 4:31 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  www.htmlandphp.com/comments/feed ) in 0.00045 seconds, on Feb 23rd, 2012 at 4:26 am UTC. -->
