<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1025902" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1025902</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-polling#comment-1156730</link>
    <description> &lt;p&gt;ok, thanks&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Aug 2004 03:33:36 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1156730 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-polling#comment-1156723</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: now I&#039;m thinking maybe stick to plain text display&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;If you don&#039;t want to mess with creating png images or going through the GD library, here are a couple of scripts to try:&lt;br /&gt;
&lt;a href=&quot;http://www.gerd-tentler.de/tools/phpgraphs/&quot; class=&quot;bb-url&quot;&gt;http://www.gerd-tentler.de/tools/phpgraphs/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://tech.hostforadollar.com/index.php?op=articulos&amp;amp;task=verart&amp;amp;aid=15&quot; class=&quot;bb-url&quot;&gt;http://tech.hostforadollar.com/index.php?op=articulos&amp;amp;task=verart&amp;amp;aid=15&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;You could do as teammatt3 suggested and download the scripts, take them apart and see what makes them run. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Aug 2004 00:44:37 +0000</pubDate>
 <dc:creator>KarenArt</dc:creator>
 <guid isPermaLink="false">comment 1156723 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-polling#comment-1156722</link>
    <description> &lt;p&gt;Wow that does help, but now I&#039;m thinking maybe stick to plain text display...lol&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Aug 2004 00:25:27 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1156722 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-polling#comment-1156720</link>
    <description> &lt;p&gt;I know nothing about php but you could download a script similar to the one you are trying to make, look at the code and see what you have to do&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Aug 2004 00:22:37 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1156720 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-polling#comment-1156716</link>
    <description> &lt;p&gt;How&#039;s this then?&lt;br /&gt;
&lt;a href=&quot;http://www.zend.com/zend/spotlight/code-gallery-wade1.php&quot; class=&quot;bb-url&quot;&gt;http://www.zend.com/zend/spotlight/code-gallery-wade1.php&lt;/a&gt;  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Aug 2004 00:09:37 +0000</pubDate>
 <dc:creator>KarenArt</dc:creator>
 <guid isPermaLink="false">comment 1156716 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-polling#comment-1156712</link>
    <description> &lt;p&gt;Yeah, but I&#039;m wanting to create my own...for ease of use, customization, and to better my understanding of PHP (I&#039;m all about doing it my way!)&lt;/p&gt;
&lt;p&gt;I guess my question is...how do I create graphics on the fly such as a bar graph using PHP?&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Aug 2004 00:01:31 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1156712 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-polling#comment-1156709</link>
    <description> &lt;p&gt;You are wanting to create a graph from the voting results then?&lt;/p&gt;
&lt;p&gt;There are some scripts at &lt;a href=&quot;http://www.hotscripts.com/PHP/Scripts_and_Programs/Graphs_and_Charts/&quot; class=&quot;bb-url&quot;&gt;http://www.hotscripts.com/PHP/Scripts_and_Programs/Graphs_and_Charts/&lt;/a&gt; that can create charts and graphs using php.&lt;/p&gt;
&lt;p&gt;Would any of these do what you want?&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Aug 2004 23:41:10 +0000</pubDate>
 <dc:creator>KarenArt</dc:creator>
 <guid isPermaLink="false">comment 1156709 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-polling#comment-1156708</link>
    <description> &lt;p&gt;Oops that math is my fault...but what I am looking for is a graphical representation&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Aug 2004 23:33:14 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1156708 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-polling#comment-1156706</link>
    <description> &lt;p&gt;When I voted I got:&lt;br /&gt;
&lt;strong&gt;Voting Results&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Yes:**0/2&lt;br /&gt;
No:**2/2&lt;br /&gt;
Maybe:**1/2&lt;/p&gt;
&lt;p&gt;Something&#039;s showing up, but the numbers do seem a little... funny.&lt;/p&gt;
&lt;p&gt;How do you have it posting to and reading from your db?&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Aug 2004 23:18:42 +0000</pubDate>
 <dc:creator>KarenArt</dc:creator>
 <guid isPermaLink="false">comment 1156706 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
