PHP help
PHP help
- Started
- Last post
- 2 Responses
- tobor
How do you echo/print out a shit-load of text without having to insert line-breaks or escape characters for qoutes?
- phirschybar0
use echo 'text' (with a single quote). With double quotes, you have to use /'s to escape certain characters. For line breaks just use the BR tag.
- sparker0
use a 'here' statement.