Thanks for your help guys... I can't seem to locate the culprut though... here is my line of code it refers to: echo "</tr>".$nav_bar_end; all it does is close a table though... i hate to blame this error on the PHP processor... but I am wondering if there could be a corrupt install of PHP on my web server.... this site has been up for about 6 months and all that brought it on was a server change... I also did try uploading the files file a couple different ftp clients... in binary and ascii... but i still get the intermitant error... I did add ob_start() and ob_flush() to the site... that seemed to reduce the occurance of the error though... Thanks! Joe On Thu, 17 Feb 2005 15:41:10 -0800 (PST), Richard Lynch <ceo@xxxxxxxxx> wrote: > Joe Harman wrote: > > Hey has anyone had an error like this one? and have a solution > > > > --------------- > > Warning: Unexpected character in input: '' (ASCII=1) state=1 in > > **************************************/_eid_page_functions.php on line > > 173 > > ---------------- > > > > it appears to be very random... could be my PHP code... but the only > > thing that has happened since this error occured is that we moved the > > site to a new server > > Perhaps the file got garbled in the move... > > Check that there isn't an ASCII 1 character (control-A) in there in a hex > editor or something. > > Also re-copy over some files using a different mechanism and do some diff > to be SURE the files are the same. > > -- > Like Music? > http://l-i-e.com/artists.htm > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php