<?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: How to Create PDF Files With PHP</title>
	<atom:link href="http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/</link>
	<description>The ThemeForest Blog</description>
	<lastBuildDate>Mon, 27 Sep 2010 19:49:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: medyum</title>
		<link>http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/comment-page-1/#comment-22554</link>
		<dc:creator>medyum</dc:creator>
		<pubDate>Wed, 02 Sep 2009 20:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1500#comment-22554</guid>
		<description>There are lots of “&amp;gt” and “&amp;lt” in this article. I would assume those are mistakes – but that can be misleading to those who want to copy the code from the article. (And to those who are attempting to read it, too – especially beignners at PHP.)</description>
		<content:encoded><![CDATA[<p>There are lots of “&amp;gt” and “&amp;lt” in this article. I would assume those are mistakes – but that can be misleading to those who want to copy the code from the article. (And to those who are attempting to read it, too – especially beignners at PHP.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silviu Chirita</title>
		<link>http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/comment-page-1/#comment-20311</link>
		<dc:creator>Silviu Chirita</dc:creator>
		<pubDate>Thu, 13 Aug 2009 23:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1500#comment-20311</guid>
		<description>Thank you very much for this post, it really helped me pass a long hour research for such a solution.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this post, it really helped me pass a long hour research for such a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutoriales de la web para tu web &#187; Blog Archive &#187; Como crear un PDF con PHP</title>
		<link>http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/comment-page-1/#comment-20065</link>
		<dc:creator>Tutoriales de la web para tu web &#187; Blog Archive &#187; Como crear un PDF con PHP</dc:creator>
		<pubDate>Tue, 11 Aug 2009 21:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1500#comment-20065</guid>
		<description>[...] ENLACE [...]</description>
		<content:encoded><![CDATA[<p>[...] ENLACE [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NI-Limits Blog &#187; Blog Archive &#187; Latest Tutorial Collection</title>
		<link>http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/comment-page-1/#comment-18245</link>
		<dc:creator>NI-Limits Blog &#187; Blog Archive &#187; Latest Tutorial Collection</dc:creator>
		<pubDate>Tue, 28 Jul 2009 20:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1500#comment-18245</guid>
		<description>[...] to create PDF Files with PHP Theme Forest.net featured an article showing us how to create PDF files using PHP and a free PHP library called [...]</description>
		<content:encoded><![CDATA[<p>[...] to create PDF Files with PHP Theme Forest.net featured an article showing us how to create PDF files using PHP and a free PHP library called [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fritz</title>
		<link>http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/comment-page-1/#comment-17358</link>
		<dc:creator>Fritz</dc:creator>
		<pubDate>Mon, 20 Jul 2009 19:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1500#comment-17358</guid>
		<description>I need some REAL help, i have been Googl&#039;ing now 4 days non stop, but cannot find any sample for my problem. 

I have 2 tables, tabel 1 is my account holders, and has 3 fields, accholder_id, acc_holder_card_no &amp; acc_holder_name. Tbl2 is all acounts tabel and has 5 fields: acc_no, acc_holder_id, acc_holder_card_no, card_name, acc_name.

Tbl1 Field                  =       Tbl 2 Field
acc_holder_id           =      acc_holder_id
acc_holder_card_no = acc_holder_card_no
acc_holder_name     = card_name

NOW, currently i do a lookup on both tables, where the acc_holder_id is joined on both tables, then return acc_holder_name from tbl1 and all acc_no from tbl2 which equals the acc_holder_id. 

Now i need to print this info on a pvc card, credit card size. 

The first field, acc_holder_name top right corner of the card, and the acc_no on the left bottom corner. Because some account holders have more than one account, i need the acc_no to list not more than 4 rows, if more than 4 rows, create a second column next to first column and list next 4 rows, and so on.

I managed to get it to show in php, but that&#039;s it, i even managed to set the pdf size and list the one of the acc_no but when there are more than one i only get the last result from the lookup.

I have xampp v1.7 with:mysql 5.1.30, php 5.2.8 + PEAR running on windows.</description>
		<content:encoded><![CDATA[<p>I need some REAL help, i have been Googl&#8217;ing now 4 days non stop, but cannot find any sample for my problem. </p>
<p>I have 2 tables, tabel 1 is my account holders, and has 3 fields, accholder_id, acc_holder_card_no &amp; acc_holder_name. Tbl2 is all acounts tabel and has 5 fields: acc_no, acc_holder_id, acc_holder_card_no, card_name, acc_name.</p>
<p>Tbl1 Field                  =       Tbl 2 Field<br />
acc_holder_id           =      acc_holder_id<br />
acc_holder_card_no = acc_holder_card_no<br />
acc_holder_name     = card_name</p>
<p>NOW, currently i do a lookup on both tables, where the acc_holder_id is joined on both tables, then return acc_holder_name from tbl1 and all acc_no from tbl2 which equals the acc_holder_id. </p>
<p>Now i need to print this info on a pvc card, credit card size. </p>
<p>The first field, acc_holder_name top right corner of the card, and the acc_no on the left bottom corner. Because some account holders have more than one account, i need the acc_no to list not more than 4 rows, if more than 4 rows, create a second column next to first column and list next 4 rows, and so on.</p>
<p>I managed to get it to show in php, but that&#8217;s it, i even managed to set the pdf size and list the one of the acc_no but when there are more than one i only get the last result from the lookup.</p>
<p>I have xampp v1.7 with:mysql 5.1.30, php 5.2.8 + PEAR running on windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HTML, CSS, PHP and jQuery Killer Tutorials &#124; Evan Mullins Circlecube ReBlog</title>
		<link>http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/comment-page-1/#comment-13450</link>
		<dc:creator>HTML, CSS, PHP and jQuery Killer Tutorials &#124; Evan Mullins Circlecube ReBlog</dc:creator>
		<pubDate>Fri, 12 Jun 2009 17:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1500#comment-13450</guid>
		<description>[...] How to Create PDF Files With PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create PDF Files With PHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mizsia</title>
		<link>http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/comment-page-1/#comment-12678</link>
		<dc:creator>Mizsia</dc:creator>
		<pubDate>Thu, 04 Jun 2009 14:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1500#comment-12678</guid>
		<description>good tut...but can we have UTF-8 characters in this method? how?</description>
		<content:encoded><![CDATA[<p>good tut&#8230;but can we have UTF-8 characters in this method? how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/comment-page-1/#comment-12610</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Thu, 04 Jun 2009 04:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1500#comment-12610</guid>
		<description>Cool!</description>
		<content:encoded><![CDATA[<p>Cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily Links &#124; AndySowards.com :: Professional Web Design, Development, Programming, Hacks, Downloads, Math and being a Web 2.0 Hipster?</title>
		<link>http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/comment-page-1/#comment-10936</link>
		<dc:creator>Daily Links &#124; AndySowards.com :: Professional Web Design, Development, Programming, Hacks, Downloads, Math and being a Web 2.0 Hipster?</dc:creator>
		<pubDate>Fri, 22 May 2009 01:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1500#comment-10936</guid>
		<description>[...] In the Woods - How to Create PDF Files With PHP This is a great thing to know (tags: webdevelopment webdesign web tutorial files howto tutorials webdev how-to print pdf create programming) [...]</description>
		<content:encoded><![CDATA[<p>[...] In the Woods &#8211; How to Create PDF Files With PHP This is a great thing to know (tags: webdevelopment webdesign web tutorial files howto tutorials webdev how-to print pdf create programming) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poonam</title>
		<link>http://blog.themeforest.net/tutorials/how-to-create-pdf-files-with-php/comment-page-1/#comment-9435</link>
		<dc:creator>Poonam</dc:creator>
		<pubDate>Thu, 30 Apr 2009 06:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1500#comment-9435</guid>
		<description>Thanx for this Tutorial..it really worked</description>
		<content:encoded><![CDATA[<p>Thanx for this Tutorial..it really worked</p>
]]></content:encoded>
	</item>
</channel>
</rss>
