I am writting a bulletin board type script. Occasionally when i press submit to submit a new message instead of getting the next page i get a page filed with weird characters this also happens sometimes when i hit the back button after the page has been submitted. here are the chartacters.
---------------------------------------------------------------------------
‹íZ{oÛ8ÿ?Ÿ‚Õb×Àîú!;vœ¬¬Âyø®@ÚæbïÅ^aPmq#‰:’vš~úR”,Ùq®i¼hŠ3aØ¢IÎ g~œ‡$'”qä8!ÁüH*#âN¨h˜è”ŽÎB,9c±ÓÌFœ˜HŒB)Ó:ùÏ‚.ÖK$Id}rŸ ùYo`IòI6ƒß
Weird Characters
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
looks kinda like compressed output. Check the compressor it's using.. maybe you accidentally echo'd out data when it needed to go through the compressor, thus creating an error'd buffer for the browser to read.. This happens here, because we use gzip compressed output.. so if I had added some debugging code that echo's.. I get a bunch of binary "garbage" after my debug text.