Jump to content

bbtgp

Member
  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Like
    bbtgp got a reaction from VortexS in PHP headers already sent out.   
    <?php should the first line in your code. Anything before that (unless its captured in ob_start) will be sent to the client including the headers. It looks like you need to remove the spaces/tabs before <?php
×