0
votes
1answer
376 views

Getting vars from php before running JavaScript [closed]

in the following code I have 2 javascript vars that I need to pass to a google charts javascript function . Now of these two vars , one $ValueA is set to be data retrieved from a SQL query , the ...