Including part of text on one page to another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I run a sports website and and on page have the stats for the team. On the
stats team each player has a line that goes horizontally with all of their
points, games played etc. I would like the line that coresponds to each
player to show up on their player page. Is this possible? I was looking at
the Included Content feature in FP but you can only include pages or
pre-written text like an address. These stats are updated a few times a week
and I dont want to spend all of my time going to each of the players pages
updating it one at a time. Any suggestions?
 
Most efficieent way is to use a database. Update at one place, the
datbase, and use dynamic pages that pull content from the database.

If you are using windows produsct and the server supports ASP, use asp
pages/coding with Acces as the database. Or use equivalent prodcts for
other syetems.

....PC
 
Thanks for the reply. Do you have any recommendations for UNIX? I would love
to be on Windows 2003 and to use access and asp but its just too expensive
for us. Thank you.
 
Check if PHP and MYSQL or similar setup is avlaible for your server.
Some servers also support Acces DB with certin plug-ins. In that case,
you don't need Access installed on the server. You just put the file
there and the connection string will connect the web page with the DB
file for sending/retreiving data to/from the DB file.

...PC
 
Back
Top