Answers for "array from php to javascript"

PHP
0

convert a php array into a javascript array

var js_array = [<?php echo '"'.implode('","',  $disabledDaysRange ).'"' ?>];
Posted by: Guest on February-25-2021

Code answers related to "array from php to javascript"

Browse Popular Code Answers by Language