Hi I have a session variable I wish to display in the title of a web page. This works well with IE. However, when I switch to Firefox it only works on my personal server. And not when I go online using Firefox.
Can anyone tell me why?
<?php echo(ucwords($_SESSION[fullname])); ?>