Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Write Multi-Line Strings in PHP

phpCopy<?php
echo("This is the first line 

This is the third line");
?>
Source by www.delftstack.com #
 
PREVIOUS NEXT
Tagged: #Write #Strings #PHP
ADD COMMENT
Topic
Name
4+7 =