hi, im interested in specific information about removing php end-tags from include files (which contain php code). it woun't give any warning or error but will remove all annoying spaces and line breaks before you send your own header data... how does include function work in these cases? are there any 'bad effects' involved? or should i use output buffering instead since its a standard solution?
-- pk
The short answer is that you can just leave them off and nothing bad will happen.
The long answer is that you should include it, as it is good coding practice, but make sure that there is no extra whitespace after it.
-- paperCrane <Justin Patrin>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php