Greetings,
I am hoping someone could tell me where to find the location of this in the source code:
QuoteCoppermine critical error:
Unable to connect to UDB database !
MySQL said:
I would like to customize the message for visitors and possibly add some html to it....
thanks
8)
udb_base.inc.php
sweet...thank you for the super fast response ;D ;D
works great...thanks again...
just in case someone else needs to know...if you are going to use tags with a " in them, don't forget to add the \ before them: \" .... otherwise you will get a t string error....
peace
To keep code better readable, you can use single quotes or the heredoc syntax (http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc) in such cases.