I have declared a javascript variable ,
var myJavascriptVar = 12345;
And unable to assign that value to php variable;>
$msg = ""; echo $msg;