Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[teal]<?php[/teal]
[gray]/*[/gray]
[gray]Deliver the content as text/plain[/gray]
[gray]*/[/gray]
[COLOR=darkgoldenrod]header[/color][teal]([/teal][green][i]'Content-type: text/plain'[/i][/green][teal]);[/teal]
[b]echo[/b] [green][i]"Line 1\n"[/i][/green][teal];[/teal]
[b]echo[/b] [green][i]"Line 2\n"[/i][/green][teal];[/teal]
[teal]?>[/teal]
[teal]<?php[/teal]
[gray]/*[/gray]
[gray]Format the content as text/html[/gray]
[gray]*/[/gray]
[b]echo[/b] [green][i]"Line 1<br>\n"[/i][/green][teal];[/teal]
[b]echo[/b] [green][i]"Line 2<br>\n"[/i][/green][teal];[/teal]
[teal]?>[/teal]