|
Posted by Adrienne Boswell on 11/08/07 04:49
Gazing into my crystal ball I observed richard <uandme@spam.not> writing
in news:fgsr9e027og@news1.newsguy.com:
> I've been working on a massive project for several months. Basically
> it is all primarily text with the display showing up in table format.
>
> Basically, one table would show the 3 primary items. Then the second
> table would show a calendar, with 3 rows of info. The calendar would
> be a simple weekly report thing. Not daily.
>
> Instead of showing each and every item on one huge page, I was
> thinking of perhaps showing just one. The user would click on the list
> of "names" and then a table would show up displaying the findings.
>
> Question is, which format would be best suited for this? I am kind of
> leaning towards PHP but know diddly squat about it. Any one have any
> clues or perhaps a website that might show something similar?
>
Server side with a database. Loop through the records with a link to
the data, then use the querystring object to query the db table for that
record(s). Any server side language will do, and a database. Probably
PHP and Mysql or you could go with ASP and Access.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Navigation:
[Reply to this message]
|