Click to See Complete Forum and Search --> : Table for Sports Scores on Several Pages?


webnewbieugh
10-30-2006, 01:01 PM
I am racking my brain to figure the easiest way WITHOUT sql to do this:

I would like to create ONE table that has the teams, opponenets and scores for 20 basketball teams - each team has their own page on which I would like to display the info from the main table....

Is there a way in html to link information or display only the relevant information by team on the other pages to save updating 20 different pages? I was considering framing or frontpage include content but it still seems to require 20 different pages....

I have an sql database but I can't figure out the whole xml/xmlst conversion process and it seems like a lot of work for just updating the table to include the scores....

ANY AND ALL suggestions with regard to this would be greatly appreciated...

PLEASE everyone feel free to respond even with bits of information .... it may lead me to my answer cuz this is driving me crazy... i just dont want the webmaster to have to update 20 pages if they can do it on one

Thank you!

ray326
10-30-2006, 11:05 PM
No XML is required. You can select the data for one team into a dataset and then use that dataset to build the table for your page. One page will work for all teams as the team name or ID will be used to differentiate the data in the table.