<?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 on: PHP calendar</title>
	<atom:link href="http://www.drquincy.com/blog/php-calendar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drquincy.com/blog/php-calendar/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 16 Feb 2010 22:07:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mik  Christensen</title>
		<link>http://www.drquincy.com/blog/php-calendar/comment-page-1/#comment-268</link>
		<dc:creator>Mik  Christensen</dc:creator>
		<pubDate>Sun, 26 Jul 2009 17:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.drquincy.com/?p=109#comment-268</guid>
		<description>Hello Tim.

I am just new, as php programmer.
I had used your excelent discription about creating a calender but I like to develop it with a link from each day. at the new day i will make it posibel to add some commetn to the day in a mysql database. 

But how can i get the number of the selected day at my second page? is that posibel then the calender is maked with a for statement?

I had created the link with this code:

$rowcounter = $emptycells;
    $numinrow = 7;
    for( $counter = 1; $counter &lt;= $numdaysinmonth; $counter ++ ) {
        $rowcounter ++;
        echo &quot;\t\t&quot;;
        echo &#039;&lt;a href=&quot;date.php?$counter&quot; rel=&quot;nofollow&quot;&gt;&#039;;
        echo $counter;
        echo &quot;&lt;/a&gt;\n&quot;;
        if( $rowcounter % $numinrow == 0 ) {
            echo &quot;\t\n&quot;;
            if( $counter &lt; $numdaysinmonth ) {
                echo &quot;\t\n&quot;;
            }
            $rowcounter = 0;
        }
    }


I hope werry mutch your can help me.
Mik Christensen</description>
		<content:encoded><![CDATA[<p>Hello Tim.</p>
<p>I am just new, as php programmer.<br />
I had used your excelent discription about creating a calender but I like to develop it with a link from each day. at the new day i will make it posibel to add some commetn to the day in a mysql database. </p>
<p>But how can i get the number of the selected day at my second page? is that posibel then the calender is maked with a for statement?</p>
<p>I had created the link with this code:</p>
<p>$rowcounter = $emptycells;<br />
    $numinrow = 7;<br />
    for( $counter = 1; $counter &lt;= $numdaysinmonth; $counter ++ ) {<br />
        $rowcounter ++;<br />
        echo &quot;\t\t&#8221;;<br />
        echo &#8216;<a href="date.php?$counter" rel="nofollow">&#8216;;<br />
        echo $counter;<br />
        echo &#8220;</a>\n&#8221;;<br />
        if( $rowcounter % $numinrow == 0 ) {<br />
            echo &#8220;\t\n&#8221;;<br />
            if( $counter &lt; $numdaysinmonth ) {<br />
                echo &quot;\t\n&#8221;;<br />
            }<br />
            $rowcounter = 0;<br />
        }<br />
    }</p>
<p>I hope werry mutch your can help me.<br />
Mik Christensen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Essectial PHP Techniques for Web Designer and Developers &#124; Desizn Tech</title>
		<link>http://www.drquincy.com/blog/php-calendar/comment-page-1/#comment-162</link>
		<dc:creator>Essectial PHP Techniques for Web Designer and Developers &#124; Desizn Tech</dc:creator>
		<pubDate>Sun, 12 Apr 2009 00:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.drquincy.com/?p=109#comment-162</guid>
		<description>[...] 29. Create a Calendar Using PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] 29. Create a Calendar Using PHP [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
