how can i make :
header("Location: cppassemail.php?user=$this->pSession->whoAmI('username');&pass=$password"a=5");
work? somebody told me to make it like this:
$user = $this->pSession->whoAmI('username'); $pass = $password; $quot = 5; header("Location: cppassemail.php?user=".$user."&pass=".$pass.""a=".$quot); exit;
but it dosen't work. it results just a blank page, no errors, no redirecting.. nothing. thank you! ps: please tell me the complete code.. i am not very good at php:$ bye:)