Help with website Data

liunx

Guest
Here is my situation:<br />
<br />
I am building a website for my softball team and obviously I will have many stats. We play 3-4 nights a week and I want to post stats for each day and then have totals. I use microsoft excel to keep the stats and am just copying the data from each day to my frontpage site.<br />
<br />
I was hoping someone could help me with a better solution to doing this. I wanted to know if there is a way to just have one page with all the data on it for quick uploading and have the pages where it needs to display them grab them from that page. This way I only need to update one page instead of 4 or 5 or more. <br />
<br />
I am fairly descent with html. I have never had any schooling but have learned tons viewing source code from sites and them trying to duplicate things myself. I would say I am above average.<br />
<br />
Thanx to anyone who took the time to read this, and I look forward to any suggestions you may have.:D<br />
<br />
Don<!--content-->Sounds like you need a serverside language... I suggest Perl. But for the script to work, your web server must support Perl. You could look if you find a good script at Hotscripts (<!-- m --><a class="postlink" href="http://www.hotscripts.com">http://www.hotscripts.com</a><!-- m -->) or The CGI Resource Index (<!-- m --><a class="postlink" href="http://cgi.resourceindex.com">http://cgi.resourceindex.com</a><!-- m -->).<!--content-->
 
Back
Top