<?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 on: Creating a simple bar chart using pChart Library in PHP</title>
	<atom:link href="http://www.clickoffline.com/2008/12/creating-a-simple-bar-chart-using-pchart-library-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clickoffline.com/2008/12/creating-a-simple-bar-chart-using-pchart-library-in-php/</link>
	<description>Fast Forward, Web Development</description>
	<pubDate>Thu, 11 Mar 2010 13:06:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: ashish khurana</title>
		<link>http://www.clickoffline.com/2008/12/creating-a-simple-bar-chart-using-pchart-library-in-php/#comment-249</link>
		<dc:creator>ashish khurana</dc:creator>
		<pubDate>Fri, 18 Dec 2009 08:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickoffline.com/?p=30#comment-249</guid>
		<description>Thanks for your help, I used the stroke method instead.
It's working for me, as I just need to display it.

Still would like to know where things are going wrong with Render()..

Thanks ans Regards
Ashish Khurana</description>
		<content:encoded><![CDATA[<p>Thanks for your help, I used the stroke method instead.<br />
It&#8217;s working for me, as I just need to display it.</p>
<p>Still would like to know where things are going wrong with Render()..</p>
<p>Thanks ans Regards<br />
Ashish Khurana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish khurana</title>
		<link>http://www.clickoffline.com/2008/12/creating-a-simple-bar-chart-using-pchart-library-in-php/#comment-248</link>
		<dc:creator>ashish khurana</dc:creator>
		<pubDate>Fri, 18 Dec 2009 07:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickoffline.com/?p=30#comment-248</guid>
		<description>that's what i did.
I have hard-coded the filename but canont see the output.
When I am calling the render function without any arguments, it does return the binaries but when I pass the filename, no output is there... :-(

and what's the following code doing?
# $webPrintStr = &#60;&#60;&#60;  
#   
# ETEXT;  
#   
# echo $webPrintStr;</description>
		<content:encoded><![CDATA[<p>that&#8217;s what i did.<br />
I have hard-coded the filename but canont see the output.<br />
When I am calling the render function without any arguments, it does return the binaries but when I pass the filename, no output is there&#8230; <img src='http://www.clickoffline.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>and what&#8217;s the following code doing?<br />
# $webPrintStr = &lt;&lt;&lt;<br />
#<br />
# ETEXT;<br />
#<br />
# echo $webPrintStr;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.clickoffline.com/2008/12/creating-a-simple-bar-chart-using-pchart-library-in-php/#comment-247</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Fri, 18 Dec 2009 07:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickoffline.com/?p=30#comment-247</guid>
		<description>Ashish,
You can give it any name you want.

I have defined it as $chartFileName = $_SERVER['REQUEST_TIME']."_testChart.png"; just to generate a random file every time. You can also hardcode the filename and probably use it in a different section of the application to display the PNG. The charting engine generates the PNG file so you don't necessarily need to create it before-hand, just ensure that the file and/or its folder has enough permission to create and write files

Regards,
Krishna</description>
		<content:encoded><![CDATA[<p>Ashish,<br />
You can give it any name you want.</p>
<p>I have defined it as $chartFileName = $_SERVER['REQUEST_TIME'].&#8221;_testChart.png&#8221;; just to generate a random file every time. You can also hardcode the filename and probably use it in a different section of the application to display the PNG. The charting engine generates the PNG file so you don&#8217;t necessarily need to create it before-hand, just ensure that the file and/or its folder has enough permission to create and write files</p>
<p>Regards,<br />
Krishna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish khurana</title>
		<link>http://www.clickoffline.com/2008/12/creating-a-simple-bar-chart-using-pchart-library-in-php/#comment-246</link>
		<dc:creator>ashish khurana</dc:creator>
		<pubDate>Fri, 18 Dec 2009 06:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickoffline.com/?p=30#comment-246</guid>
		<description>can you please explain what is this chatfilename, do i need to pass an already created png file or it will be generated itself?? if I need a png file beforehand, where should i keep it then?
and all this code is part of index.php?
if not, where should i keep it, should it be inside charting-test??</description>
		<content:encoded><![CDATA[<p>can you please explain what is this chatfilename, do i need to pass an already created png file or it will be generated itself?? if I need a png file beforehand, where should i keep it then?<br />
and all this code is part of index.php?<br />
if not, where should i keep it, should it be inside charting-test??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timur I.</title>
		<link>http://www.clickoffline.com/2008/12/creating-a-simple-bar-chart-using-pchart-library-in-php/#comment-6</link>
		<dc:creator>Timur I.</dc:creator>
		<pubDate>Wed, 28 Jan 2009 02:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.clickoffline.com/?p=30#comment-6</guid>
		<description>Good work! Thank you very much!
I always wanted to write in my blog something like that. Can I take part of your post to my blog? 
Of course, I will add backlink?

Sincerely, Your Reader</description>
		<content:encoded><![CDATA[<p>Good work! Thank you very much!<br />
I always wanted to write in my blog something like that. Can I take part of your post to my blog?<br />
Of course, I will add backlink?</p>
<p>Sincerely, Your Reader</p>
]]></content:encoded>
	</item>
</channel>
</rss>
