<?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: Dynamically Generate PDF Files In PHP</title>
	<atom:link href="http://youhack.me/2010/06/10/dynamically-generate-pdf-files-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://youhack.me/2010/06/10/dynamically-generate-pdf-files-in-php/</link>
	<description>Tips,Tricks and Hacks!</description>
	<lastBuildDate>Wed, 01 Feb 2012 03:25:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hyder</title>
		<link>http://youhack.me/2010/06/10/dynamically-generate-pdf-files-in-php/comment-page-1/#comment-850</link>
		<dc:creator>Hyder</dc:creator>
		<pubDate>Thu, 29 Sep 2011 06:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://youhack.me/?p=539#comment-850</guid>
		<description>Great :) Please also note  that if you have index.html and index.php in a folder ,apache gives priority to the index.html.</description>
		<content:encoded><![CDATA[<p>Great :) Please also note  that if you have index.html and index.php in a folder ,apache gives priority to the index.html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tak chin</title>
		<link>http://youhack.me/2010/06/10/dynamically-generate-pdf-files-in-php/comment-page-1/#comment-849</link>
		<dc:creator>tak chin</dc:creator>
		<pubDate>Thu, 29 Sep 2011 03:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://youhack.me/?p=539#comment-849</guid>
		<description>Yes it does (answer my question).

Thanks for the prompt response.

Tak.</description>
		<content:encoded><![CDATA[<p>Yes it does (answer my question).</p>
<p>Thanks for the prompt response.</p>
<p>Tak.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hyder</title>
		<link>http://youhack.me/2010/06/10/dynamically-generate-pdf-files-in-php/comment-page-1/#comment-844</link>
		<dc:creator>Hyder</dc:creator>
		<pubDate>Wed, 28 Sep 2011 06:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://youhack.me/?p=539#comment-844</guid>
		<description>The HTML form code is found in the index.php file .it appears first because it&#039;s name is &#039;index.php&#039; .Apache looks for this file name ,if it&#039;s found it loads it first.If not found it will display the whole content of the folder. I&#039;m not sure if i answered your question ?</description>
		<content:encoded><![CDATA[<p>The HTML form code is found in the index.php file .it appears first because it&#8217;s name is &#8216;index.php&#8217; .Apache looks for this file name ,if it&#8217;s found it loads it first.If not found it will display the whole content of the folder. I&#8217;m not sure if i answered your question ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tak chin</title>
		<link>http://youhack.me/2010/06/10/dynamically-generate-pdf-files-in-php/comment-page-1/#comment-843</link>
		<dc:creator>tak chin</dc:creator>
		<pubDate>Wed, 28 Sep 2011 06:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://youhack.me/?p=539#comment-843</guid>
		<description>Greetings Hyder;

Thank You for sharing your code. 

I got it to work on a local web server:
Server2go -
Apache/2.2.15 (Win32) 
PHP/5.3.2 
SQLite 2 
MySQL 5.1.46

-NEWBIE ALERT-

QUESTION: How did you get the HTML Form to automatically display? (Can&#039;t figure that out).

Normally when I launch the Server2go web service, the Server2go splash page appears first. 

Thanks again.

-NEWBIE ALERT OVER-

Tak</description>
		<content:encoded><![CDATA[<p>Greetings Hyder;</p>
<p>Thank You for sharing your code. </p>
<p>I got it to work on a local web server:<br />
Server2go -<br />
Apache/2.2.15 (Win32)<br />
PHP/5.3.2<br />
SQLite 2<br />
MySQL 5.1.46</p>
<p>-NEWBIE ALERT-</p>
<p>QUESTION: How did you get the HTML Form to automatically display? (Can&#8217;t figure that out).</p>
<p>Normally when I launch the Server2go web service, the Server2go splash page appears first. </p>
<p>Thanks again.</p>
<p>-NEWBIE ALERT OVER-</p>
<p>Tak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://youhack.me/2010/06/10/dynamically-generate-pdf-files-in-php/comment-page-1/#comment-753</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 18 Aug 2011 22:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://youhack.me/?p=539#comment-753</guid>
		<description>Thanks. I personally don&#039;t have access to the server that the site is hosted on. I found a WP plugin that allows you to execute PHP code within the context of a post or page. I&#039;m wondering if that would work with this? 

I&#039;m a bit of noobie at this. I have been looking to find a WP plugin that does this. So far no luck. 

If I&#039;m able to figure it out I would like to make an html form where the user can choose check boxes of what content they would like to include in the document, they would be able to upload their own logo and then it would enter in their brand name throughout the document. Sort of like a free online legal document generator. 

And then when it is done they can either download it or it will email them the document. I know this has to be possible some how but I just can&#039;t seem to figure out how it would all work out. 

Thanks again, for the tips.</description>
		<content:encoded><![CDATA[<p>Thanks. I personally don&#8217;t have access to the server that the site is hosted on. I found a WP plugin that allows you to execute PHP code within the context of a post or page. I&#8217;m wondering if that would work with this? </p>
<p>I&#8217;m a bit of noobie at this. I have been looking to find a WP plugin that does this. So far no luck. </p>
<p>If I&#8217;m able to figure it out I would like to make an html form where the user can choose check boxes of what content they would like to include in the document, they would be able to upload their own logo and then it would enter in their brand name throughout the document. Sort of like a free online legal document generator. </p>
<p>And then when it is done they can either download it or it will email them the document. I know this has to be possible some how but I just can&#8217;t seem to figure out how it would all work out. </p>
<p>Thanks again, for the tips.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

