Determine if headers sent (in regards to AJAX/Classes)
Moderator: General Moderators
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
Determine if headers sent (in regards to AJAX/Classes)
Is there a way in PHP to determine if headers have already been sent? I'd like to merge it in to my PHP classes file so I do not have to duplicate it to have one set cookies and the other allow me to use OOP in PHP files that are called via AJAX.
- hawkenterprises
- Forum Commoner
- Posts: 54
- Joined: Thu Feb 28, 2008 9:56 pm
- Location: gresham,oregon
- Contact:
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
Re: Determine if headers sent (in regards to AJAX/Classes)
Ahh, the graet Google failed me, even Ask has it for the first result for "php headers sent".
Gah, thank you. 