How to echo (or print) to the js console with php

The Solution to How to echo (or print) to the js console with php is


<?php
   echo '<script>console.log("Your stuff here")</script>';
?>

~ Answered on 2015-05-20 18:39:54


Most Viewed Questions: