Topic: Outputs junk
Hi all,
I am building a website using php, I split the layout into 3
1. header.php
2. $action.inc
3. footer.php
here $action keep changing and loads the desired content.
The problem:
When the page loads, it shows a gap in between header and content(main.inc or any othr file)
I have checked all the div tags, all are open and closed properly.
few pages are executingit properly, but rest of the pages shows this gap. Wheni looked at the soure(html- view source) I found "?" in that gap. but its not displaying anythingin the browser except a line gap.
could you pls let me know what will be the error?.
Thanks in Adv