Re: Help wanted

2005-05-31 Thread Wiggins d'Anconia
Yuanxin wrote: > Hi, > I had a lot of data, which are all x-y values. I stored these data in MySQL > database. Now I wanna use Perl to get these data from database to build a > figure(2-dimensional) and people can use internet to see the figure. In > addition, when people see the figure via inte

Help wanted

2005-05-31 Thread Yuanxin
Hi, I had a lot of data, which are all x-y values. I stored these data in MySQL database. Now I wanna use Perl to get these data from database to build a figure(2-dimensional) and people can use internet to see the figure. In addition, when people see the figure via internet, the x-y value of a

Re: Help wanted regading approch for displaying live scores

2003-09-23 Thread Todd W.
"Parvez Mohamed" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > I am building a application in which i need to > display live stock market prices with out the user > presing the refresh button. Its similer to live game > scores. > > > i need to refresh only some fields not

Re: Help wanted regading approch for displaying live scores

2003-09-23 Thread Octavian Rasnita
You will need to refresh the entire page. Or as you said, you can use iframes. - Original Message - From: "parvez mohamed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 10:43 AM Subject: Help wanted regading approch for displaying liv

Help wanted regading approch for displaying live scores

2003-09-23 Thread parvez mohamed
Hi, I am building a application in which i need to display live stock market prices with out the user presing the refresh button. Its similer to live game scores. I have tryed using something like this simple script : #!/usr/bin/perl chop ($current_date = `/bin/date`); print "Content-type: tex