Hi,
I am a novice when it comes to php. However, I have been working on a 'poll' script.
I want to display the results of this poll graphically.
I would like to this by storing the width of a bar in a variable which can be updated on each vote. The width of the bar corresponds to the percentage votes
Is there a simple way to do this? I have tried:
<img src="bar.gif" width="<?$length?>">
Thanks