I'm trying to redirect but it dont include all in the url
if (!empty($_POST['nazwauzytkownika']) && $_POST['haslo'])
{
removed..
if (isset($_GET['redirect']))
$redirect = $_GET['redirect'];
else
$redirect = 'http://*****.pl/konto/?a=powitanie';
header("Location: $redirect");
}
If $_GET[redirect] contains: http://localhost/forum/?p=thread&threadid=9
It only redirects to: http://localhost/forum/?p=thread