Quote:
Originally Posted by JamesFrost
Dartmoore - looks like a problem with having quotes in the text you are trying to insert.
I think (can never remember syntax) you need to use /' for a single quote (although it might be two single quotes!). Try the following.
PHP Code:
case 'english': // For english users
define('WELCOME_MSG', "Welcome to Shadow Company/'s Internal Chat");
break;
|
Ok, after further research I got it to work..you had it except it is a backslash instead of a forward slash..thnx for pointing me in the right direction..
second note..is there a time frame to get the admin login issue fixed?
thnx dart