Answers for "how to add var data = data_$i in php same as javascript"

PHP
8

php pass a variabele to js

<script>
'var name = <?php echo json_encode($name); ?>;
</script>'
Posted by: Guest on February-08-2020

Code answers related to "how to add var data = data_$i in php same as javascript"

Browse Popular Code Answers by Language