Home Forums Chart Support How can I use PHP MySQL Dynamic data Reply To: How can I use PHP MySQL Dynamic data

#4758

All right! I used the line you provided, which worked beautifully. Once I realized it was something I needed to do, I downloaded jquery, and changed the incorrect
<script src=”jquery.js”></script>
to the correct
<script src=”/jquery/jquery-1.10.1.js”></script> <!– make sure jquery is available! –>
Which works like a charm as evidenced in:
http://www.capegreenenergy.com/dev/sunilJSON.html

Thanks again for your ultra fast help. I look forward to playing with this over the summer. Jack Adams