<?php $phpArray = array("hi" => "hello"); ?> <script> var jsArray = <?php echo json_encode($phpArray); ?>; alert(jsArray.hi); </script>