
January 22nd, 2008, 02:21 PM
|
|
Contributing User
|
|
Join Date: Nov 2007
Posts: 83
Time spent in forums: 6 h 23 m 30 sec
Reputation Power: 1
|
|
This poll you have hosted here works, but doesn't?
Adding-a-Poll-to-Your-Web-Site
This script is funny html on some pages and the barchart doesn't actually work.
PHP Code:
$percent = round($row['votes'] * 100 / $sum);
print "<tr><td><img src=bargraph.php?pct=$percent></td>\n";
print "<td align=\right\>" . $percent . "%</td></tr>\n";
So how is this supposed to work?
|