I don't write english very well but please help me.
I have a file "a.js"
in "a.js" I have:
var v1= 1212;
1212 is something like $varfromphp from php which change daily
$varfromphp ="select field from table where date='today' ";
I can't introduce $varfromphp in file "a.js"
Where is the problem ?
I have apache + php + mysql.
Thank you in advance.