<?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"
	>
<channel>
	<title>Comments for PHP Tutorials</title>
	<atom:link href="http://www.roughguidetophp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roughguidetophp.com</link>
	<description>An introductory tutorial to the world of PHP. Some more advanced subjects too</description>
	<pubDate>Tue, 06 Jan 2009 23:31:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on PHP Image manipulation with GD2 by Dany</title>
		<link>http://www.roughguidetophp.com/php-image-manipulation-with-gd2/#comment-657</link>
		<dc:creator>Dany</dc:creator>
		<pubDate>Tue, 30 Dec 2008 06:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/devblog/?p=51#comment-657</guid>
		<description>Very nice tutorial!!! Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Very nice tutorial!!! Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Querying Information from MySQL Tables with SELECT by danreb</title>
		<link>http://www.roughguidetophp.com/querying-information-from-mysql-tables-with-select/#comment-654</link>
		<dc:creator>danreb</dc:creator>
		<pubDate>Tue, 30 Dec 2008 02:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=295#comment-654</guid>
		<description>All I can say is Great!
Thanks for this tutorials!</description>
		<content:encoded><![CDATA[<p>All I can say is Great!<br />
Thanks for this tutorials!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Classes and Object-Oriented Programming in PHP by danreb</title>
		<link>http://www.roughguidetophp.com/classes-and-object-oriented-programming-in-php/#comment-653</link>
		<dc:creator>danreb</dc:creator>
		<pubDate>Tue, 30 Dec 2008 00:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/devblog/?p=64#comment-653</guid>
		<description>Great!, you explained clearly OOP programming in PHP than other tutorial's I had read. This article give some light for me about OOP.

hope to see more from you...

cheers!</description>
		<content:encoded><![CDATA[<p>Great!, you explained clearly OOP programming in PHP than other tutorial&#8217;s I had read. This article give some light for me about OOP.</p>
<p>hope to see more from you&#8230;</p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Comments and Login System using MySQL and PHP by mike</title>
		<link>http://www.roughguidetophp.com/creating-a-simple-comments-and-login-system-using-mysql-and-php/#comment-644</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 28 Dec 2008 21:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=325#comment-644</guid>
		<description>I got it to work. I had the wrong filename.</description>
		<content:encoded><![CDATA[<p>I got it to work. I had the wrong filename.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Comments and Login System using MySQL and PHP by mike</title>
		<link>http://www.roughguidetophp.com/creating-a-simple-comments-and-login-system-using-mysql-and-php/#comment-643</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 28 Dec 2008 21:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=325#comment-643</guid>
		<description>Hey for some reason my test run failed. 

It says 

The requested URL '/filepath/' was not found on this server. 

What am I doing wrong?

Thanks</description>
		<content:encoded><![CDATA[<p>Hey for some reason my test run failed. </p>
<p>It says </p>
<p>The requested URL &#8216;/filepath/&#8217; was not found on this server. </p>
<p>What am I doing wrong?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Multiple MySQL Tables with Unique IDs, Joins and Normalization by pete</title>
		<link>http://www.roughguidetophp.com/using-multiple-mysql-tables-with-unique-ids-joins-and-normalization/#comment-570</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Sun, 21 Dec 2008 05:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=337#comment-570</guid>
		<description>Excellent article. Thanks go to the creator for this.</description>
		<content:encoded><![CDATA[<p>Excellent article. Thanks go to the creator for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating Reports using MySQL&#8217;s Aggregate Functions - Sum(), Max(), Min() and more by Calum MacLeod</title>
		<link>http://www.roughguidetophp.com/generating-reports-using-mysqls-aggregate-functions-sum-max-min-and-more/#comment-569</link>
		<dc:creator>Calum MacLeod</dc:creator>
		<pubDate>Sat, 20 Dec 2008 23:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=340#comment-569</guid>
		<description>Hi, I am trying to list 14 committees, of which those in non-leadership role are initially sorted into 3 categories. I have been reading up on mysql, count, rollup, having etc. If there is only record in the Deacon category of a committee, I want the title to be singular (ie, Deacon). If there is more than one deacon, I want the title to be plural (ie, Deacons). For this, I reckon I need to be able to count how many are in that category per committee before I echo the title.
Found your article helpful as it helps me to structure my own thoughts.
Thanks very much,
Calum</description>
		<content:encoded><![CDATA[<p>Hi, I am trying to list 14 committees, of which those in non-leadership role are initially sorted into 3 categories. I have been reading up on mysql, count, rollup, having etc. If there is only record in the Deacon category of a committee, I want the title to be singular (ie, Deacon). If there is more than one deacon, I want the title to be plural (ie, Deacons). For this, I reckon I need to be able to count how many are in that category per committee before I echo the title.<br />
Found your article helpful as it helps me to structure my own thoughts.<br />
Thanks very much,<br />
Calum</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Conditional Statements in PHP by Azirius</title>
		<link>http://www.roughguidetophp.com/conditional-statements-in-php/#comment-563</link>
		<dc:creator>Azirius</dc:creator>
		<pubDate>Fri, 19 Dec 2008 22:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/devblog/?p=17#comment-563</guid>
		<description>Isn't the 'shorthand conditional operators' actually called the ternary operator? :S</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t the &#8217;shorthand conditional operators&#8217; actually called the ternary operator? :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pagination : Splitting data across multiple pages with MySQL and PHP by david</title>
		<link>http://www.roughguidetophp.com/pagination-splitting-data-across-multiple-pages-with-mysql-and-php/#comment-557</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 19 Dec 2008 12:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=431#comment-557</guid>
		<description>hello, thank you for the tutorial, i found it great to learn, although i have found a little bug which im struggling to fix, for example if you have 10 items in your database and display 5 on each page, then you should see this:

prev 1 &#124; 2 &#124; next

however when the records match the above statement you see

prev 1 &#124;23 &#124; next

the link to page 3 appears although there is no records to display in that page, i looked at the floor method but could not get it to work, any ideas?</description>
		<content:encoded><![CDATA[<p>hello, thank you for the tutorial, i found it great to learn, although i have found a little bug which im struggling to fix, for example if you have 10 items in your database and display 5 on each page, then you should see this:</p>
<p>prev 1 | 2 | next</p>
<p>however when the records match the above statement you see</p>
<p>prev 1 |23 | next</p>
<p>the link to page 3 appears although there is no records to display in that page, i looked at the floor method but could not get it to work, any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Comments and Login System using MySQL and PHP by Adil</title>
		<link>http://www.roughguidetophp.com/creating-a-simple-comments-and-login-system-using-mysql-and-php/#comment-547</link>
		<dc:creator>Adil</dc:creator>
		<pubDate>Thu, 18 Dec 2008 10:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=325#comment-547</guid>
		<description>This is one of the best tutorials I have found on the net. I started learning PHP/SQL recently. This site has been very helpful.

Thank you</description>
		<content:encoded><![CDATA[<p>This is one of the best tutorials I have found on the net. I started learning PHP/SQL recently. This site has been very helpful.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Comments and Login System using MySQL and PHP by Jake</title>
		<link>http://www.roughguidetophp.com/creating-a-simple-comments-and-login-system-using-mysql-and-php/#comment-501</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=325#comment-501</guid>
		<description>Hey

great tutorial just one thing, I am using this with a news system and the comments appear on every news item instead of the one that it has been posted on. hope you can help

thanks a lot

Jake</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>great tutorial just one thing, I am using this with a news system and the comments appear on every news item instead of the one that it has been posted on. hope you can help</p>
<p>thanks a lot</p>
<p>Jake</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A simple IP Address and Visitor Tracking tool with PHP &#038; MySQL by useranno</title>
		<link>http://www.roughguidetophp.com/a-simple-ip-address-and-visitor-tracking-tool-with-php-mysql/#comment-463</link>
		<dc:creator>useranno</dc:creator>
		<pubDate>Sun, 07 Dec 2008 21:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=423#comment-463</guid>
		<description>in the ip section all i get is "multiple address" instead of showing real ip address plzz help!! thanx</description>
		<content:encoded><![CDATA[<p>in the ip section all i get is &#8220;multiple address&#8221; instead of showing real ip address plzz help!! thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Comments and Login System using MySQL and PHP by jeff</title>
		<link>http://www.roughguidetophp.com/creating-a-simple-comments-and-login-system-using-mysql-and-php/#comment-457</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Sun, 07 Dec 2008 01:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=325#comment-457</guid>
		<description>whats wrong if after you submit, "The comment could not be added, there was an error" this error appears?</description>
		<content:encoded><![CDATA[<p>whats wrong if after you submit, &#8220;The comment could not be added, there was an error&#8221; this error appears?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Image manipulation with GD2 by Alex</title>
		<link>http://www.roughguidetophp.com/php-image-manipulation-with-gd2/#comment-447</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 05 Dec 2008 07:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/devblog/?p=51#comment-447</guid>
		<description>Its great to learn who wants basics of image maniputlaion</description>
		<content:encoded><![CDATA[<p>Its great to learn who wants basics of image maniputlaion</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Classes and Object-Oriented Programming in PHP by Lollylegs</title>
		<link>http://www.roughguidetophp.com/classes-and-object-oriented-programming-in-php/#comment-445</link>
		<dc:creator>Lollylegs</dc:creator>
		<pubDate>Fri, 05 Dec 2008 01:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/devblog/?p=64#comment-445</guid>
		<description>Thanks for a  great tutorial.  Like kongondo  I can't wait for some more PHP oop tutorials.</description>
		<content:encoded><![CDATA[<p>Thanks for a  great tutorial.  Like kongondo  I can&#8217;t wait for some more PHP oop tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Querying Information from MySQL Tables with SELECT by Lisa</title>
		<link>http://www.roughguidetophp.com/querying-information-from-mysql-tables-with-select/#comment-432</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Wed, 03 Dec 2008 14:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=295#comment-432</guid>
		<description>I am a 'Newbie' to MySQL/Php, I have a project in which to design an online multipul choice questionnaire.  I have designed the database, so that each question has a column and the answers are in numerical form (Very satisified=3, Satisfied=2 etc).  The reports that will need to be run from the results are as follows:

Percentage of Very Satisifed Customers etc

Percentage of overall satisfaction (i.e adding all the resposes up and coming up with a percentage that quantifies the average %level of satisfaction)

I have read so many blogs etc that my brain is now fried. I would be grateful if someone could explain in simple terms please.... Would my queries be similar to the ones in the tutorial?</description>
		<content:encoded><![CDATA[<p>I am a &#8216;Newbie&#8217; to MySQL/Php, I have a project in which to design an online multipul choice questionnaire.  I have designed the database, so that each question has a column and the answers are in numerical form (Very satisified=3, Satisfied=2 etc).  The reports that will need to be run from the results are as follows:</p>
<p>Percentage of Very Satisifed Customers etc</p>
<p>Percentage of overall satisfaction (i.e adding all the resposes up and coming up with a percentage that quantifies the average %level of satisfaction)</p>
<p>I have read so many blogs etc that my brain is now fried. I would be grateful if someone could explain in simple terms please&#8230;. Would my queries be similar to the ones in the tutorial?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating, Inserting and Deleting data with MySQL by bhavya</title>
		<link>http://www.roughguidetophp.com/updating-inserting-and-deleting-data-with-mysql/#comment-425</link>
		<dc:creator>bhavya</dc:creator>
		<pubDate>Tue, 02 Dec 2008 10:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=302#comment-425</guid>
		<description>hi....
i m having a problem of inserting distinct records into database.
my question is how to insert distinct records into db.

Help!!!!</description>
		<content:encoded><![CDATA[<p>hi&#8230;.<br />
i m having a problem of inserting distinct records into database.<br />
my question is how to insert distinct records into db.</p>
<p>Help!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pagination : Splitting data across multiple pages with MySQL and PHP by Mike Kellner</title>
		<link>http://www.roughguidetophp.com/pagination-splitting-data-across-multiple-pages-with-mysql-and-php/#comment-414</link>
		<dc:creator>Mike Kellner</dc:creator>
		<pubDate>Sun, 30 Nov 2008 14:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=431#comment-414</guid>
		<description>Dear The rough guide to PHP,

Thank you for your 'Pagination : Splitting data across multiple pages with MySQL and PHP' tutorial. It was very helpful.

Do you know of a way to have the script find the right page from the 'if' of the record you wish to navigate to?

Example: I want to show the page with 'Raine' which is on page 7 of the results, so the normal link would be: 'www.mysite.com/name_meanings.php?page=7' however I wish to produce ad-hoc links with the id, so to produce links like: 'www.mysite.com/name_meanings.php?id=103' which will then automatically navigate to page 7. 

This would be useful which a visitor to the site adds a new entry and needs to see what they have just added, but will not necessarily who the last page.

Kind regards,

Mike</description>
		<content:encoded><![CDATA[<p>Dear The rough guide to PHP,</p>
<p>Thank you for your &#8216;Pagination : Splitting data across multiple pages with MySQL and PHP&#8217; tutorial. It was very helpful.</p>
<p>Do you know of a way to have the script find the right page from the &#8216;if&#8217; of the record you wish to navigate to?</p>
<p>Example: I want to show the page with &#8216;Raine&#8217; which is on page 7 of the results, so the normal link would be: &#8216;www.mysite.com/name_meanings.php?page=7&#8242; however I wish to produce ad-hoc links with the id, so to produce links like: &#8216;www.mysite.com/name_meanings.php?id=103&#8242; which will then automatically navigate to page 7. </p>
<p>This would be useful which a visitor to the site adds a new entry and needs to see what they have just added, but will not necessarily who the last page.</p>
<p>Kind regards,</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Security Issues : Cleaning up User Data in MySQL by binder</title>
		<link>http://www.roughguidetophp.com/cleaning-up-user-data-in-mysql/#comment-401</link>
		<dc:creator>binder</dc:creator>
		<pubDate>Fri, 28 Nov 2008 09:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=307#comment-401</guid>
		<description>Good job! ... well done!</description>
		<content:encoded><![CDATA[<p>Good job! &#8230; well done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Comments and Login System using MySQL and PHP by Korea</title>
		<link>http://www.roughguidetophp.com/creating-a-simple-comments-and-login-system-using-mysql-and-php/#comment-385</link>
		<dc:creator>Korea</dc:creator>
		<pubDate>Mon, 24 Nov 2008 20:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.roughguidetophp.com/?p=325#comment-385</guid>
		<description>Anyone have tips on where I could download a complete PHP/MySQL comment system?  Thanks.</description>
		<content:encoded><![CDATA[<p>Anyone have tips on where I could download a complete PHP/MySQL comment system?  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
