Header redirect not working in PHP

Posted by Sachindra on Stack Overflow See other posts from Stack Overflow or by Sachindra
Published on 2010-06-09T13:00:52Z Indexed on 2010/06/09 14:32 UTC
Read the original article Hit count: 160

Filed under:
|

This line isn't working for me:

header("location:landing.php?id=md5($_REQUEST['user'])");

I need to pass the id variable. How do I do this?

© Stack Overflow or respective owner

Related posts about php

Related posts about redirect