Heredoc not working

Dr.osamA

New Member
\[code\]<?php$information = <<<INFO Name: John SmithAddress: 123 Main StCity: Springville, CAINFO;echo $information;?>\[/code\]Result: \[quote\] Parse error: syntax error, unexpected T_SL on line 3\[/quote\]
 
Back
Top