set array in javascript from php

Solutions on MaxInterview for set array in javascript from php by the best coders in the world

showing results for - "set array in javascript from php"
Alex
11 Nov 2020
1//set array in javascript from php array
2var jsarry =  <?php echo '["' . implode('", "', $phparry) . '"]' ?>;