Answers for "echo log an array php"

PHP
3

php console log array

echo "<script>console.log(`" . json_encode($data) . "`);</script>";
Posted by: Guest on July-07-2021
0

error log php array

error_log( print_r($multidimensionalarray, TRUE) );
Posted by: Guest on January-26-2021

Browse Popular Code Answers by Language