Hi,
I have 3 php files; pie.php, bar.php and line.php. These when run individually give output as a webpage. If all are run, 3 separate webpages open up displaying a pie chart, bar chart and line graph.
What i want to do is to divide a single webpage into three part and show each individual php file's result (i.e. the graphs) in one of the three parts.
- Is it possible to do it?
- Would i need some hack for php or should i turn to java script
- Any example that you know giving the same