Disable PHP warning (Deprecated) messages
I'm using 3rd party PHP scripts that are out of date and causing PHP to place warning (Deprecated) messages on my website (in this case mysql_connect() function ), messing up my HTML layout. Is there a way to disable the warnings?
The 3rd party has not updated their software and it will be a major undertaking for me to search and update their code.
The 3rd party has not updated their software and it will be a major undertaking for me to search and update their code.