Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php why " " not new line

if "test
" not return, new line
  1st solution:echo "test".PHP_EOL;
  2nd solution:<?php header('Content-type: text/plain'); ?>
  3rd solution:"<br />" instead of "
" or "
" 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #line
ADD COMMENT
Topic
Name
7+7 =