Hello,

I am going to replace asp code with php code, I am php beginner

How to redirect to another php file using php? i.e. how to replace the following asp code:

<%
response.redirect "join.asp?e=1"
%>

Thanks