There are a couple of things that might cause PHP to send extra characters with your text. Try clearing the Output Buffer before generating any HTTP headers and sending text via PHP. That has worked for me in the past.

http://us3.php.net/manual/en/function.ob-clean.php
http://us3.php.net/manual/en/function.ob-end-clean.php


-
Jason

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to