Hi all
I am having problems with my exit.php , my exit.php3 seems different to the one on this script.
For example:
Look for
<A HREF="<?php echo("$From?Ver=$Ver&L=$L&U=".$U))."&E=".$R))."&EN =$T"); ?>" TARGET="_parent"><?php echo(L_EXIT); ?></A>
I don't have it, nearest I have is this:
<A HREF="<?php echo("$From?Ver=$Ver&L=$L&U=".urlencode(stripslash es($U))."&E=".urlencode(strips lashes($R))."&EN=$T"); ?>" TARGET="_parent"><?php echo(L_EXIT); ?></A>
But when I change it all I get are these errors:
Parse error: parse error, unexpected ')', expecting ',' or ';' in /home/virtual/site38/fst/var/www/html/forum/chat/exit.php3 on line 64
Anyone got any ideas? I am using the latest version of 14.5 and at the moment my chat seems to refresh itself when I exit, and yes I do have the correct url in the index.lib.php3 file.
Thank you
Stuart
|