[PHP] Strange output using include()/require()

2007-07-13 Thread melz
Hello, I'm new to this newsgroup so I hope this is the right place to ask for help. I have a script that starts with the following lines: Line1: require_once 'config.php'; Line2: require_once 'common.php'; Line3: require_once 'HTTP/Request.php'; However, when I run it on the browser, where

Re: [PHP] Strange output using include()/require()

2007-07-13 Thread melz
DJ Necrogami wrote: That's UTF-8 Open it in a Unicode File Editor Change it from ANSI to UTF-8 and back to ANSI and then resave and it will go away Thanks! What a silly mistake I did. -m. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Strange output using include()/require()

2007-07-13 Thread melz
DJ Necrogami wrote: That's UTF-8 Open it in a Unicode File Editor Change it from ANSI to UTF-8 and back to ANSI and then resave and it will go away Incidently, is there no way that I could keep all my files as UTF-8 and not have that encoding problem? I just realized one of my config files