On 26 Sep 2011 at 23:45, vince chan <rainmanvc@xxxxxxxxx> wrote: > I have a general question about PHP: > So basically I have a link, and I want the href to be absolute., so I > do 'https://' . $_SERVER['HTTP_HOST'] . '/login' ; this gives me > https://127.0.0.1/login on my local; however, what i really want is > https://127.0.0.1:9090/login, it is missing ":9090". I also have tried to > use $_SERVER['SERVER_PORT'], but $_SERVER['SERVER_PORT'] doesn't give me > 9090, it gives me 80. Where does the 9090 come from? -- Cheers -- Tim
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php