Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php console output

<?php
  
  $message = "Thanks..";
  
  echo "<script>console.log('".$message."');</script>";
  
?>
    
Output: Thanks..
 
PREVIOUS NEXT
Tagged: #php #console #output
ADD COMMENT
Topic
Name
1+1 =