We are running Apache/2.0.42 (Unix), PHP/4.3.0-pre1, mySQL 3.23.45 on a new server. Within some web applications (that worked fine on Apache 1.3.2 and PHP 4.12), I am getting random garbled text for fields/records returned from our mySQL database (e.g. €$h€unitrs). This does not happen within all fields from a record, but usually the first 1 or 2. Also, the text changes with a refresh of the page.
- I have register_globals and magic_quotes_gpc on
- When I insert a record via a form in the application and check the mySQL database, the data looks fine
Any help would be much appreciated.