If you're anything like me, during your coffee breaks you'd be researching new technologies or libraries. In this topic, i'll be adding the resources i investigate every now and then.
Feel free to add your own.
Feel free to add your own.
echo "<div>something</div>"
You will be doing
echo <div> something </div>
The HTML will be parsed as XML, and PHP will not compile if it is not well formed. This also allows you later on to do DOM transformations on the output, since it will be stored as a DOM document instead of a string buffer.