Author Topic: Tip: PHP output buffers  (Read 283 times)

Webhelpforums

  • Administrator
  • Full Member
  • *****
  • Posts: 106
  • Karma: +2/-0
    • View Profile
Tip: PHP output buffers
« on: April 29, 2010, 06:06:29 PM »
It is possible to "echo" output to internal buffers in PHP. This can be useful in a wide variety of situations, yet it is not a commonly mentioned feature. To get started using this functionality in PHP, check the help :)