hi
I have a login page in my site for login member
I want to any user that arrival correctly directly go to page1.php
I use header statement(heade r("Location: page1.php"))
in middle page that befor I have Html tage and the other echo statement
now header statement dont direct user to page1.php because before
this statement this html tags and echo statement go to output
what do I have to for direct user to this page ?
thanks alot
I have a login page in my site for login member
I want to any user that arrival correctly directly go to page1.php
I use header statement(heade r("Location: page1.php"))
in middle page that befor I have Html tage and the other echo statement
now header statement dont direct user to page1.php because before
this statement this html tags and echo statement go to output
what do I have to for direct user to this page ?
thanks alot
Comment