Answers for "how to print array in to browser console from php"

PHP
1

php echo an array to console

echo "<script>console.log('" . json_encode($data) . "');</script>";
Posted by: Guest on December-07-2020

Code answers related to "how to print array in to browser console from php"

Browse Popular Code Answers by Language