hi all,
I want to write an application that can be logged to yahoo.com using https
protocol
Would  you please put me some suggestions and advices?

if ($_SERVER['SERVER_PORT'] != 443) {
header("Location: https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
}

Reply via email to