-1
@$_SESSION['title'] = $_POST['title'];
@$_SESSION['fname'] = $_POST['fname'];
@$_SESSION['add1'] = $_POST['add1'];
@$_SESSION['add2'] = $_POST['add2'];
@$_SESSION['add3'] = $_POST['add3'];
@$_SESSION['city'] = $_POST['city'];
@$_SESSION['state'] = $_POST['state'];
@$_SESSION['zip'] = $_POST['zip'];
@$_SESSION['country'] = $_POST['country'];
我已經分配會話變量,但它不支持在Mozilla和Internet瀏覽器。如果沒有會話管理器在mozila中添加一個,我可以運行此代碼嗎?會話不支持在mozilla
你的代碼在哪裏? –
你有沒有設置'session_start();'在分配變量之前? –
這看起來很錯。表達錯誤並想知道爲什麼它不起作用。 – PeeHaa