Answers for "howt to get the php value inside js"

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

Code answers related to "howt to get the php value inside js"

Browse Popular Code Answers by Language