I have a summary page (php file) at the end of a 7 page application that displays all the content of the previous 7 pages. When the summary page displays, ASCII symbols appear near the bottom of the page. I think I've reached the limit of this PHP files capabilities, but the file doesn't appear to be too large.
Could it be the amount of logic and $variables? I have close to 150 $variables. If I remove the last block of HTML/PHP code it works. When I add back the block, the ASCII symbols appear in exactly the same place. When I view source, the ASCII symbols are mixed in HTML that was no where near PHP logic in the PHP file.
Any help would be appreciated.