PDA

View Full Version : From the technologically challenged



IJ_Reilly
February 7th, 2005, 07:54
Hi

I am currently running a Fantasy Football League, and am getting a bit tired of requests for scores and other info. So basically i want to ask

1) Is there a way to have a web-page with this info on?
2) Is it easy to do?

I'm hoping i can then just direct people to this web-page.

Thanks

siewyiliang
February 7th, 2005, 07:56
As in? Real-time updating of scores?

If your scores are IVP-based there's the SSI-export option in the admin CP.

IJ_Reilly
February 7th, 2005, 08:00
Not really ( i don't think)
Basically, at the moment i update the scores on excel spreadsheet. I am just wanting this information to then be copied to a webpage so people can see it.

Sorry, I really am not very good at this.

SupremeServer
February 13th, 2005, 18:30
You need to know a server-side scripting language like PHP or ASP.NET for store and update information to sql in realtime.

www.php.net for PHP
www.asp.net for ASP.NET

A comparison between them is: ASP.NET can do everything PHP can do, but PHP can't do everything ASP.NET can do, PHP is easier to learn, ASP.NET has more features but more complex and not easy for beginners.