Forum Moderators: coopster
i am displaying the output using php as:
fields¦jan07¦feb07¦mar07 .. .......
data1 ¦ 10 ¦22 ¦34
data2 ¦ 11 ¦29 ¦45
data3 ¦ 34 ¦30 ¦40
now i want to put three links on top of the page as
display data: Quarterly, Monthly, Yearly. i want these 3 options to be clickable. for e.g., once the user clicks on "Quarterly", the above output should be replaced by quarterly data on the same page.
How can i do this?
Thanks,
Sugam
e.g., once the user clicks on "Quarterly", the above output should be replaced by quarterly data on the same page.