Hi,
I am new member and I have a project which require to display a table (in PHP) populated by a
MySQL database and that need to generate graphs
(I succeeded to display the graphs by using FusionCharts).
Now , the problem is as follows :
I have a select tag which contains a lot of options (5 at this day), and the goal of the project
is to enable multiple selection (2,3,4 ... options can be selected) and multiple graph display (surface area graphs).
For one option selected, no problem. For 2 or more, the graph displayed by the browser
is the one for the last selected option (and not all graphs for all selected options.).
So, I wonder where is the problem ? When I try to select multiple option with images , it works, but when I replace the images by the FusionCharts program, it not working. Why ? (I am using a classical foreach loop to catch the selected option and after, I call a php function which display the table results and the surface area graph)
Best regards,
S00