HEREDOC to Simplify Code Generation


/ Published in: PHP
Save to your folder(s)

Doing the echo with multiple concatenated bits of strings was very error prone and I was always getting parsing errors. The toggle format where you flip PHP on and off throughout the HTML is less error prone but is a real pain in the ass if you have short tags disabled. Those methods are okay for short pieces of code, but any long page just can't be easily generated that way.

URL: http://coboldinosaur.com/pages/Keep_it_Simple_Using_HEREDOC.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.