hello! 🙂
i am using php with ingres ii (not my choice). we recently moved our site to a new server, and now whenever there is a field in ingres that is an empty string, printing it in php results in bits of garbage text such as letters mixed in with accent marks and other ascii symbols.
the database sees the empty strings as such and will match those fields with ''. but when i call ingres_fetch_array() and then output the empty string, i get garbage.
everything else is working fine, and this never happened before. any ideas?