Re: Poll for my site

2002-03-21 Thread Mark Bergeron

You could run a small img though your while loop and have it place one next to the 
other (side by side) using your rowcount values. That would be one way.

or you could try it with a foreach() as well.

Mark

-Original Message-
From: GsuLinuX[EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Tue Mar 19 09:11:38 PST 2002
Subject: Poll for my site

Hi again from Istanbul:) ,

I wanna make poll for some datas that we obtain from the users. For this, i know 
howto insert the datas to my sql database, make an average or something specific but 
how can i show the results as visual which has become very popular in web sites?

thanx

Derya


___
GO.com Mail
Get Your Free, Private E-mail at http://mail.go.com





Poll for my site

2002-03-19 Thread GsuLinuX



Hi again from Istanbul:) ,

I wanna make poll for some datas that we obtain 
from the users. For this, i know howto insert the datas to my sql database, make 
an average or something specific but how can i show the results as 
visualwhich has become very popular in web sites?

thanx

Derya


Re: Poll for my site

2002-03-19 Thread Fran Fabrizio


 I wanna make poll for some datas that we obtain from the users. For 
 this, i know howto insert the datas to my sql database, make an average 
 or something specific but how can i show the results as visual which has 
 become very popular in web sites?


This is not really on-topic for this list, but it sounds like you want 
something like GD::Graph from CPAN.

-Fran