On Tuesday 07 October 2003 03:44, PHP Webmaster wrote:

[snip]

>  $redirect_url = "https://"; . $username . ":" . $password . "@" . $domain .
> ":2083/frontend/x/index.html";
>  header("Location: $redirect_url");

The code looks OK. FWIW I've tried something like:

<?php
  header("Location: http://someone:[EMAIL PROTECTED]/");
?>

and it works for me.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
I'm having a tax-deductible experience!  I need an energy crunch!!
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to