Gossamer Forum
Home : General : Databases and SQL :

Re: [barryb12000] PHP/mySql Link to display a schedule in a table

Quote Reply
Re: [barryb12000] PHP/mySql Link to display a schedule in a table In reply to
May be a better approach would have a set of links for each of the weeks.

Week 1
Week 2

etc...

Then when someone clicks on the link, the HTML table is created based on parameter you set in the query string, like ?week=1.

You could also use IFRAME/ILAYER to dynamically print the HTML table of results rather than loading another web page.
========================================
Buh Bye!

Cheers,
Me
Subject Author Views Date
Thread PHP/mySql Link to display a schedule in a table barryb12000 6228 Jul 26, 2002, 8:16 PM
Thread Re: [barryb12000] PHP/mySql Link to display a schedule in a table
Stealth 6090 Jul 27, 2002, 9:03 PM
Thread Re: [Stealth] PHP/mySql Link to display a schedule in a table
barryb12000 6088 Jul 28, 2002, 5:35 AM
Post Re: [barryb12000] PHP/mySql Link to display a schedule in a table
JerryP 5959 Aug 29, 2002, 11:40 AM