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;
|
it was the quote and the above did not work..just took it out and it worked fine..