I am working on a file help.php in directory help.I want to redirect user with the help of that help.php file to help.php/?step=2. For this I used code
header('location : help.php/?step=2');
But, instead of redirecting to help.php/?step=2 it is redirecting to help.php/help.php/?step=2. What is problem here?
/and doheader('location : help.php?step=2');