【发布时间】:2009-09-04 15:46:14
【问题描述】:
为什么建筑很脆弱?我尝试将“!empty ( get_original_passhash() )”作为条件,但它引发了您无法使用返回值的错误。
if ( get_original_passhash () != '' )
{
set_login_session ( get_original_passhash() );
}else
print("Please, log in.");
【问题讨论】:
-
呃?什么是它们不在标准 php lib 中的函数,所以除非我们猜测它们的作用或它们来自哪里,否则我们将无法为您提供帮助。
-
p4bl0:请参阅:pastebin.com/m6f6df104
-
请将相关代码放在您的问题中,而不是放在第三方网站上。