Ruchi Bhindwale wrote:I need to develop a model which simulates some calculations and displays some graphs. The model needs to be deployed on the web. Is PHP a good choice for displaying complex graphs ? Or else which script can I use for the same ??
it can be done, but there are better (faster, "prettier") technologies for this type of application. if you only need to show a few bars or curves, that probably won't be to hard, but since you say it's "complex"... svg or flash are technologies i've tapped into for such purposes before.
p.s.: i got the 666