你好,
if ($_SESSION["selCurrency"] = "USD") { $_SESSION["currencyidx"] = 1; }
if ($_SESSION["selCurrency"] = "CAD") { $_SESSION["currencyidx"] = 2; }
if ($_SESSION["selCurrency"] = "EUR") { $_SESSION["currencyidx"] = 4; }
不管我做什么,我的
$_SESSION["currencyidx"] 始终是上述行中的最后一个。我已经搞砸了一个小时,我一定遗漏了一些完全荒谬的东西,请某人睁开我的眼睛?
谢谢,