Hey guys, I need help with finding php script for survey that at the end generates graphical results viewable for the users...like on this page: http://www.manobalsas.lt/testas/rezultatai2.php Thank you very much
You could code a questionnaire submission form with radio buttons and with java enhancements effects add tick boxes for answer segments, hover features etc. For graphics in php see: http://www.php.net/manual/en/book.image.php http://www.google.com/search?q=php+graphics ROOFIS
I wouldn't even use Java, I'd pass the results through using PHP and CSS3 to produce the graph. Here's a good start for using CSS3 to use graphs: http://tympanus.net/codrops/2012/05/21/animated-3d-bar-chart-with-css3/