im trying to use this string of code, but it doesnt seem to be working:
$updateGoTo = "users.php?account=<?php echo '".$HTTP_GET_VARS['account']."' ?>";
when i try to use the code, it forwards the page to something like this: users.php?account=<?php%20echo%20'admin'%20?>