Php and Javascript Help ?

  • Thread starter Thread starter evachick156
  • Start date Start date
E

evachick156

Guest
I have an application1.php where it has all these calculations done in javascript and gives total right away to the user...

However, i have a bar graph..
echo "<p><img src=\"php_bargraph.php?time=" . time() . "\"></p>";

And i need some javascript totals when they have a value in it other than zero, i need it to be passed to php and update this bargraph with the right totals...please help!
 
Back
Top