In the PHP manual, this is what it says about this function:
mssql_min_message_severity
(PHP 3, PHP 4 >= 4.0b1)
mssql_min_message_severity -- Sets the lower message severity
Description
void mssql_min_message_severity (int severity)
However, it doesn't go into any sort of detail as to waht the severity would be -- ie, if one put in "1" as the argument, what the severity would be changed to, etc. Does anyone know what numbers to put in for waht (or could anyone point me to somewhere where it is listed)?
--Jason
mssql_min_message_severity
(PHP 3, PHP 4 >= 4.0b1)
mssql_min_message_severity -- Sets the lower message severity
Description
void mssql_min_message_severity (int severity)
However, it doesn't go into any sort of detail as to waht the severity would be -- ie, if one put in "1" as the argument, what the severity would be changed to, etc. Does anyone know what numbers to put in for waht (or could anyone point me to somewhere where it is listed)?
--Jason