jordanwb Posted November 20, 2007 Share Posted November 20, 2007 I saw this in some code for a mod for IPB 2.x.something: <?php $content = <<< EOF HTML code here EOF; ?> and no quotes were escaped. I haven't seen this anywhere else. What is it? Quote Link to comment Share on other sites More sharing options...
trq Posted November 20, 2007 Share Posted November 20, 2007 Its called heredoc. Quote Link to comment Share on other sites More sharing options...
jordanwb Posted November 20, 2007 Author Share Posted November 20, 2007 Wow that looks incredibly inefficient. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.