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 when viewed from my personal server. And not when I view my page when I go online using Firefox.
Can anyone tell me why?
HTML and CSS Syntax (Toggle Plain Text)
1.
<?php echo(ucwords($_SESSION[fullname])); ?>
Thank's
Paul