URL Redirection with login credentials
Posted: Mon May 10, 2010 10:35 pm
Hi,
I am new to php and need your advise on URL Redirection with login credentials
I have following code for URL direction
<?php
header( 'Location: http://www.test.com' ) ;
?>
when i redirect to http://www.test.com, "test.com will ask for username, password and port number"
I need to know how to do redirection including this informations in php code to pass login page. Kindly advise?
Thank You
I am new to php and need your advise on URL Redirection with login credentials
I have following code for URL direction
<?php
header( 'Location: http://www.test.com' ) ;
?>
when i redirect to http://www.test.com, "test.com will ask for username, password and port number"
I need to know how to do redirection including this informations in php code to pass login page. Kindly advise?
Thank You