0
此更新過期和會員資格有什麼問題?有效日期和會員查詢
$unit = "Days";
$length = "1";
$newExpire = strtotime("+{$length} {$unit}");
$sqlz = "UPDATE users SET expire ='$newExpire' WHERE username ='{$_POST['custom']}'";
$sql = "UPDATE users SET membership ='14' WHERE username ='{$_POST['custom']}'";
$retval = mysql_query($sqlz, $sql, $conn);
你不該不再使用'mysql_ *'擴展。使用'mysqli_ *'或'PDO'。 –
是什麼意思?你有任何錯誤請發佈 –