Vizionz
12-02-2005, 02:06 AM
i am trying to throw a cookie based ratings into the profile. and having some problems.
<?
chdir('/httpdocs/Forum');
require_once('./global.php');
?>
<center><body bgcolor="alt2">
</head><body><? echo $style['css']; ?>
<? require_once("Rating/rate.php"); ?>
</head>
<body bgcolor="alt1">
<? echo rate("$vbulletin->userinfo[usertitle]");?>
</body>
</html>
i dont know how i could end up getting something to echo inside of an echo i dont think its possible.
its a iframe within the profile so it will show up but as far as the vote it wont register because that echo wont work
i just need to somehow get it to either Echo the user number or the username within that echo but dont know if its possible
anyone ?
<?
chdir('/httpdocs/Forum');
require_once('./global.php');
?>
<center><body bgcolor="alt2">
</head><body><? echo $style['css']; ?>
<? require_once("Rating/rate.php"); ?>
</head>
<body bgcolor="alt1">
<? echo rate("$vbulletin->userinfo[usertitle]");?>
</body>
</html>
i dont know how i could end up getting something to echo inside of an echo i dont think its possible.
its a iframe within the profile so it will show up but as far as the vote it wont register because that echo wont work
i just need to somehow get it to either Echo the user number or the username within that echo but dont know if its possible
anyone ?