<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://www.netlobo.com/commentsrss.php?aid=3" rel="self" type="application/rss+xml" />
		<title>Comments on: Displaying a percentage bar using PHP</title>
		<description>Using PHP to create a percentage bar with the gd2 library</description>
		<link>http://www.netlobo.com/comments/php_percentage_bar</link>
		<language>en-us</language>
		<copyright>Copyright 2010, Netlobo.com</copyright>
		<lastBuildDate>Wed, 17 Feb 2010 05:24:12 GMT</lastBuildDate>
		<generator>Netlobo In-house RSS v1.4</generator>
		<item>
			<title>Kaitora</title>
			<description>Thanks for your amazing tutorial. It's really helped me to get to grasps with creating a dynamic graph image. What I would like to know though, is how do I change the size of the border? I would like to make the border thicker, and is it possible to use HEX colours?</description>
			<link>http://www.netlobo.com/comments/php_percentage_bar#comment-520</link>
			<guid>http://www.netlobo.com/comments/php_percentage_bar#comment-520</guid>
			<pubDate>Tue, 16 Feb 2010 20:45:32 GMT</pubDate>
		</item>
		<item>
			<title>Chemi</title>
			<description>I would personal have ended the code with a:&lt;br /&gt;
imagedestroy($per);&lt;br /&gt;
Make things faster :D</description>
			<link>http://www.netlobo.com/comments/php_percentage_bar#comment-478</link>
			<guid>http://www.netlobo.com/comments/php_percentage_bar#comment-478</guid>
			<pubDate>Wed, 30 Sep 2009 08:43:27 GMT</pubDate>
		</item>
		<item>
			<title>l0nelyc0wboy</title>
			<description>@Manny: i've resize the image not from the code, but from the &amp;lt;img&amp;gt; tag and works fine :)&lt;br /&gt;
&lt;br /&gt;
Eg:&lt;br /&gt;
&amp;lt;img src=&amp;quot;graph.php?per=68.5&amp;quot; height=&amp;quot;15&amp;quot; alt=&amp;quot;76.82% graph&amp;quot; /&amp;gt;</description>
			<link>http://www.netlobo.com/comments/php_percentage_bar#comment-473</link>
			<guid>http://www.netlobo.com/comments/php_percentage_bar#comment-473</guid>
			<pubDate>Thu, 03 Sep 2009 18:16:13 GMT</pubDate>
		</item>
		<item>
			<title>l0nelyc0wboy</title>
			<description>Thank you. Code is small and easy to integrate with web cms</description>
			<link>http://www.netlobo.com/comments/php_percentage_bar#comment-472</link>
			<guid>http://www.netlobo.com/comments/php_percentage_bar#comment-472</guid>
			<pubDate>Thu, 03 Sep 2009 18:14:22 GMT</pubDate>
		</item>
		<item>
			<title>Manny</title>
			<description>hey, I was wondering what needs to be edited in order to resize the graph? I resized the gradient file to 100 pixels wide, and also imagecreate(102,7); and imagerectangle($per, 0, 0, 101, 6, $border);&lt;br /&gt;
&lt;br /&gt;
but my graph, although works without errors, is not displaying the correct percentage in terms of graphics, any help?</description>
			<link>http://www.netlobo.com/comments/php_percentage_bar#comment-411</link>
			<guid>http://www.netlobo.com/comments/php_percentage_bar#comment-411</guid>
			<pubDate>Wed, 25 Mar 2009 17:48:58 GMT</pubDate>
		</item>
		<item>
			<title>lobo235</title>
			<description>Matt,&lt;br /&gt;
&lt;br /&gt;
If you save the image to your computer and open it up in a text editor you will most likely see an error message that will help you diagnose the problem.&lt;br /&gt;
&lt;br /&gt;
If you don't see an error when you open the image in a text editor then you probably have display_errors set to 'Off' in your php.ini. If that's the case then set display_errors to 'On' and save the image again so you can see the error message.&lt;br /&gt;
&lt;br /&gt;
lobo235</description>
			<link>http://www.netlobo.com/comments/php_percentage_bar#comment-386</link>
			<guid>http://www.netlobo.com/comments/php_percentage_bar#comment-386</guid>
			<pubDate>Wed, 07 Jan 2009 16:35:01 GMT</pubDate>
		</item>
		<item>
			<title>Matt</title>
			<description>I can not get the graph to work. I copied it exactly from the site&lt;br /&gt;
&lt;br /&gt;
and when I try it I get...&lt;br /&gt;
&lt;br /&gt;
The image “http://acri/it/tasks_list/graph.php?per=67.89” cannot be displayed, because it contains errors.&lt;br /&gt;
&lt;br /&gt;
Why could this be? I have GD running and all.</description>
			<link>http://www.netlobo.com/comments/php_percentage_bar#comment-385</link>
			<guid>http://www.netlobo.com/comments/php_percentage_bar#comment-385</guid>
			<pubDate>Wed, 07 Jan 2009 15:42:19 GMT</pubDate>
		</item>
		<item>
			<title>Andy</title>
			<description>Yeah could'nt get it to work at all without the semi-colon.</description>
			<link>http://www.netlobo.com/comments/php_percentage_bar#comment-318</link>
			<guid>http://www.netlobo.com/comments/php_percentage_bar#comment-318</guid>
			<pubDate>Thu, 28 Aug 2008 23:10:46 GMT</pubDate>
		</item>
		<item>
			<title>lobo235</title>
			<description>You shouldn't need a semi-colon after the 'per' parameter in the URL. Were you not able to get it to work without the semi-colon?</description>
			<link>http://www.netlobo.com/comments/php_percentage_bar#comment-317</link>
			<guid>http://www.netlobo.com/comments/php_percentage_bar#comment-317</guid>
			<pubDate>Thu, 28 Aug 2008 14:14:36 GMT</pubDate>
		</item>
		<item>
			<title>Andy</title>
			<description>Your missing the ; after the varible in the image link it should be:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;img src=&amp;quot;/media/examples/graph.php?per=76.82;&amp;quot; alt=&amp;quot;76.82% graph&amp;quot; /&amp;gt;</description>
			<link>http://www.netlobo.com/comments/php_percentage_bar#comment-316</link>
			<guid>http://www.netlobo.com/comments/php_percentage_bar#comment-316</guid>
			<pubDate>Thu, 28 Aug 2008 13:45:55 GMT</pubDate>
		</item>
	</channel>
</rss>

<!-- pageGen: 0.1491 secs -->
<!-- memcache hits: 0 memcache misses: 2 -->