SyntaxFix
Write A Post
Hire A Developer
Questions
Save your text not in a PHP file, but in an ordinary text file called, say, "text.txt"
Then with one simple $text1 = file_get_contents('text.txt'); command have your text with not a single problem.
$text1 = file_get_contents('text.txt');