Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

newline not working php

// When you run a PHP script in a browser, it will be rendered as HTML by default.
// Use <br /> instead or modify the header to content type plain text
echo "Hello <br /> World";
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #newline #working #php
ADD COMMENT
Topic
Name
4+5 =