thanks! At last we are getting close I think as when I create a completely blank page and call it "test" then put in the script for that page JUST:
<?php print($_COOKIE["Client_ID"]); ?>
The page brings up the ClientID. When I try to do this for my other original page, the one intended to be shown when the user logs on, it shows nothing. It must be this page then as it contains borders and buttons, code of which I had to do in Dreamweaver as I wasnt sure how to do it myself. I think this is the problem the second page, however I cannot locate the problem within it, the page looks like (sorry about the mess of "welcomeuserpage.php" its because of the images etc...):
<?php print($_cookie["Client_ID"]); ?>
<html>
<head>
<!-- TemplateBeginEditable name="doctitle" -->
<title>HelpOnlineTemplate - Admin.gif</title>
<!-- TemplateEndEditable -->
<meta http-equiv="Content-Type" content="text/html;">
<!-- Fireworks MX Dreamweaver MX target. Created Wed Jan 21 18:10:42 GMT+0000 (GMT Standard Time) 2004-->
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape"

&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a
.indexOf("#"
!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"
)>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && d.getElementById) x=d.getElementById
; return x;
}
function MM_nbGroup(event, grpName) { //v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event == "init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args)) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event == "over"
{
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args)) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
nbArr[nbArr.length] = img;
}
} else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down"
{
nbArr = document[grpName];
if (nbArr)
for (i=0; i < nbArr.length; i++) { img=nbArr; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args)) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
nbArr[nbArr.length] = img;
} }
}
//-->
</script>
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
<body bgcolor="#ffffff" onLoad="MM_preloadImages('../Templates/Admin%20Template/Buttons3(User)/Call%20Highlighted%20Button3.gif','../Templates/Admin%20Template/Buttons3(User)/Users%20Highlighted%20Button.gif','../Templates/Admin%20Template/Buttons3(User)/Additional%20Highlighted%20Button3.gif','../Templates/Admin%20Template/Buttons3(User)/Log%20Out%20Highlighted%20Button3.gif','Calls/Templates/Admin%20Template/Buttons3(User)/Call%20Highlighted%20Button.gif','Calls/Templates/Admin%20Template/Buttons3(User)/Users%20Highlighted%20Button.gif','Calls/Templates/Admin%20Template/Buttons3(User)/Log%20Out%20Highlighted%20Button3.gif','../Templates/Admin%20Template/Buttons3(User)/Highlighted%20Home%20Button3.gif','../Templates/Admin%20Template/Buttons3(User)/Call%20Highlighted%20Button.gif')">
<div id="Layer1" style="position:absolute; left:23px; top:173px; width:102px; height:152px; z-index:1"><!-- #BeginLibraryItem "/Library/Users%20Buttons.lbi" -->
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#"
!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"
)>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && d.getElementById) x=d.getElementById
; return x;
}
function MM_nbGroup(event, grpName) { //v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event == "init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args)) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event == "over"
{
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args)) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
nbArr[nbArr.length] = img;
}
} else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down"
{
nbArr = document[grpName];
if (nbArr)
for (i=0; i < nbArr.length; i++) { img=nbArr; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args)) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
nbArr[nbArr.length] = img;
} }
}
//-->
</script>
<body onLoad="MM_preloadImages('../Project/Templates/Admin%20Template/Buttons3(User)/Call%20Highlighted%20Button3.gif','../Project/Templates/Admin%20Template/Buttons3(User)/Users%20Highlighted%20Button.gif','../Project/Templates/Admin%20Template/Buttons3(User)/Additional%20Highlighted%20Button3.gif','../Project/Templates/Admin%20Template/Buttons3(User)/Log%20Out%20Highlighted%20Button3.gif','../Project/User%20Logged%20In/Calls/Templates/Admin%20Template/Buttons3(User)/Call%20Highlighted%20Button.gif','../Project/User%20Logged%20In/Calls/Templates/Admin%20Template/Buttons3(User)/Users%20Highlighted%20Button.gif','../Project/User%20Logged%20In/Calls/Templates/Admin%20Template/Buttons3(User)/Log%20Out%20Highlighted%20Button3.gif','../Project/Templates/Admin%20Template/Buttons3(User)/Highlighted%20Home%20Button3.gif','../Project/Templates/Admin%20Template/Buttons3(User)/Call%20Highlighted%20Button.gif')">
<!-- #BeginLibraryItem "/Library/Users%20Buttons.lbi" --><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="WelcomeUserPage.php" target="_top" onClick="MM_nbGroup('down','group1','Home','',1)" onMouseOver="MM_nbGroup('over','Home','../Templates/Admin%20Template/Buttons3(User)/Highlighted%20Home%20Button3.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="../Templates/Admin%20Template/Buttons3(User)/Home%20Button3.gif" alt="Back to Home Page" name="Home" width="95" height="26" border="0" onload=""></a></td></tr>
<tr>
<td><a href="Calls/ViewCallOptions.php" target="_top" onClick="MM_nbGroup('down','group1','CallDetails','',1)" onMouseOver="MM_nbGroup('over','CallDetails','../Templates/Admin%20Template/Buttons3(User)/Call%20Highlighted%20Button.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="../Templates/Admin%20Template/Buttons3(User)/Call%20Button.gif" alt="View Call Options" name="CallDetails" width="95" height="26" border="0" onload=""></a></td></tr>
<tr>
<td><a href="Users/ModifyDetails.php" target="_top" onClick="MM_nbGroup('down','group1','UserDetails','',1)" onMouseOver="MM_nbGroup('over','UserDetails','../Templates/Admin%20Template/Buttons3(User)/Users%20Highlighted%20Button.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="../Templates/Admin%20Template/Buttons3(User)/User%20Button.gif" alt="Modify you user details" name="UserDetails" width="95" height="26" border="0" onload=""></a></td></tr>
<tr>
<td><a href="LogOut.php" target="_top" onClick="MM_nbGroup('down','group1','LogOut','',1)" onMouseOver="MM_nbGroup('over','LogOut','../Templates/Admin%20Template/Buttons3(User)/Log%20Out%20Highlighted%20Button3.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="../Templates/Admin%20Template/Buttons3(User)/Log%20Out%20Button.gif" alt="Log Out" name="LogOut" width="95" height="26" border="0" onload=""></a></td></tr>
</table><!-- #EndLibraryItem --><!-- #EndLibraryItem --></div>
<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="799">
<!-- fwtable fwsrc="HelpOnlineTemplate.png" fwbase="HelpOnlineTemplate - Admin.gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
<tr>
<td> </td>
<td><img src="../Templates/Admin%20Template/spacer.gif" width="678" height="1" border="0" alt=""></td>
<td><img src="../Templates/Admin%20Template/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<td colspan="2"><img name="HelpOnlineTemplate2020Admin_r1_c1" src="../Templates/Admin%20Template/HelpOnlineTemplate%20-%20Admin_r1_c1.gif" width="799" height="89" border="0" alt=""></td>
<td><img src="../Templates/Admin%20Template/spacer.gif" width="1" height="89" border="0" alt=""></td>
</tr>
<tr>
<td><img name="HelpOnlineTemplate2020Admin_r2_c1" src="../Templates/Admin%20Template/HelpOnlineTemplate%20-%20Admin_r2_c1.gif" width="121" height="510" border="0" alt=""></td>
<td valign="top" bgcolor="#ffffff"><!-- TemplateBeginEditable name="MainCenter" -->
<p> </p>
<!-- TemplateEndEditable --></td>
<td><img src="../Templates/Admin%20Template/spacer.gif" width="1" height="510" border="0" alt=""></td>
</tr>
</table>
</body>
</html>
The difference between this page and the test one is the borders thats it, the only script is the top line which works in test but not in welcomeuserpage.php.