Quote:
Originally Posted by Gemma
Have you edited any of the arcade files (php files)?
Make sure there is no white space after the ?> tag in the arcade.php file
|
Hi,
Just a hint and what I do with the scripts I write for people is that last ending ?> tag on a php page, I leave it out. That removes problems with white space at the bottom of any php page. It's not really needed as it''s the last one and I have never had white space issues on any server I worked on after I started leaving it out.
I got the idea from Zencart which does it. It's not really needed since PHP will end when the end of file (EOF) is reached anyway.