How to Redirect URL With PHP Without Showing in Headers -


currently want redirect user 1 page php file. using below method

<?php $location = 'http://example/login.php?login=demo@gmail.com&password=2cwt58u4'; ?> 

but shows url in http headers. don't want show login redirect url in http headers make secure. way redirect in php without showing urls in header files. thanks.

edit-

for example if open http://example.com/login.php?login=demo@gmail.com&password=2cwt58u4 redirects http://example.com/ , user logged in.

but example.com not mine. want add url in php redirect multiple people same id without giving them userid , password.


Comments

Popular posts from this blog

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

wordpress - (T_ENDFOREACH) php error -

Using django-mptt to get only the categories that have items -