Forum Moderators: coopster
PHP Notice: Constant ODBC_BINMODE_PASSTHRU already defined in Unknown on line 0 PHP Notice: Constant ODBC_BINMODE_RETURN already defined in Unknown on line 0 PHP Notice: Constant ODBC_BINMODE_CONVERT already defined in Unknown on line 0 .....
Any ideas why I am getting this message at the end of my output?
Thanks.
Brian
hmm, looks like constants are being redefined.
[php.net...]
The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.
below it lists both of the constants you named. It sounds like it is double loading the extansion. Not really sure if that is the case though. Something is definitely trying to redefine those constants.
maybe look at your php.ini and see if there are multiple libraries being loaded, this page tells you which odbc libs there are
[php.net...]