“Cómo agregar Newline en PHP” Código de respuesta

PHP Newline

"\r\n"
Unusual Unicorn

Cómo agregar Newline en PHP

echo "<br>";
xSynergyx

php por qué " n" no nueva línea

if "test\n" not return, new line
  1st solution:echo "test".PHP_EOL;
  2nd solution:<?php header('Content-type: text/plain'); ?>
  3rd solution:"<br />" instead of "\n" or "\r\n" 
CuteKittyCat

Respuestas similares a “Cómo agregar Newline en PHP”

Preguntas similares a “Cómo agregar Newline en PHP”

Más respuestas relacionadas con “Cómo agregar Newline en PHP” en PHP

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código