1 頁 (共 1 頁)

[問題] Birthday Mod一問

發表於 : 2005-03-07 21:00
gogopen

代碼: 選擇全部

# NOTICE - IMPORTENT SECURITY RISK
#
# If you some how do not preform the following VERY carefully you have the
# potential to compromise your forum SECURITY, your users may easyly get ADMIN access if you make mistake
# meny users do make mistake in the step, so please be very exact, if this fail, then do not run your code on live forum
#
			[color=red]$sql = "INSERT INTO " . USERS_TABLE . "[/color]
在Birthday Mod中,當修改usercp_register.php時,發現有以上一欄,$sql = "INSERT INTO " . USERS_TABLE . ",USERS_TABLE是指甚麼呢?

Re: [問題] Birthday Mod一問

發表於 : 2005-03-08 14:28
johnkk
gogopen 寫: 在Birthday Mod中,當修改usercp_register.php時,發現有以上一欄,$sql = "INSERT INTO " . USERS_TABLE . ",USERS_TABLE是指甚麼呢?
那是指 他要去資料庫找哪個table , 而USERS_TABLE就是他指定的TABLE囉