// RFC 2616 wants an absolute URL, and exit matters: without it the rest of
// the page still runs after the header has been queued.
header('Location: https://shop.example.com/basket/', true, 303);
exit;
// RFC 2616 wants an absolute URL, and exit matters: without it the rest of
// the page still runs after the header has been queued.
header('Location: https://shop.example.com/basket/', true, 303);
exit;