Hi,
Modern frameworks do not close php tag <? In php file, so if you have normal code: <?php echo "test"; ?> in modern frameworks it will be <?php echo "test"; Best Regards, Sasa From: talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] On Behalf Of Jeff Slutz Sent: Friday, September 27, 2013 6:46 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Help With My Contact Centre Website I've also run into the "headers already sent" sort of issue being caused by line breaks or white space after a closing php marker "?>". This is considered output to the screen and then any following php header() commands will fail. -- Jeff Slutz JSLEUTH LLC 2105 N Fork Drive Lafayette, CO 80026 c. 970.443.9390 j...@jeffslutz.com On Fri, Sep 27, 2013 at 10:38 AM, Ajai Khattri <a...@bitblit.net> wrote: On Fri, Sep 27, 2013 at 10:04:53AM -0400, Tedd Sperling wrote: > 1. The error "headers already sent " is created when you have already sent stuff to the browser and try to do it again. Functions that send/modify HTTP headers must be invoked before any output is made. Otherwise the call fails. Could also be caused by errors generating output - so check your web server error logs. -- Aj. FaceBook: facebook.com/ajaikhattri EnoLand: http://flip.it/Gig0n _______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show-participation
_______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show-participation