|
User Details |
message
|
|
Simon Walter
post date:
2010-05-07 06:22:20
|
Hi
I need to add a drop down list of months for the user to select and be added to the database (MySQL), which will dynamicaly update for next year, and the admin can select previous months to add old content.
Really stuck, appeciate any help.
Si
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-05-07 08:41:35
|
Hello Simon,
I don't understand exactly what you are trying to do. Maybe this tutorial will help you: http://www.extendstudio.com/dynamic-web-charts-dreamweaver-fusioncharts-developer/Tutorial_Filtering_Charts_data_FusionCharts_Dreamweaver_PHP_%20vars.html
If not, send me an email with a test page and the structure of your database and tell me what you want on the page. You can send me emails at support at extendstudio.com
Regards,
Andrei
|
|
|
Simon Walter
post date:
2010-05-07 08:50:18
|
Hi
I've done that tutorial ( very good, easy to follow), what I want to know is what will happen to this years data next year? Will it get overwritten or lost?
Cheers
Si
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-05-07 08:57:11
|
Hi again,
If you used the same database structure, the data won't be lost as long as you have a different "id_prediction". If you want to have better management you can add a new column for year. This way you could filter the data and get it for only one year.
Tell me if you need more help.
Regards,
Andrei
|
|
|
Simon Walter
post date:
2010-05-07 10:01:16
|
|