Answers for "access php variables inside js function"

PHP
6

javascript access php variable

//passing PHP variable to JavaScript
var myJSVar = <?php echo json_encode($myPHPVar); ?>;
Posted by: Guest on August-05-2019
0

how to use php variable in javascript file

alert("color: " + color);
Posted by: Guest on October-17-2020

Code answers related to "access php variables inside js function"

Browse Popular Code Answers by Language