开发者

Strange php problem [closed]

Closed. This开发者_如何学Python question is not reproducible or was caused by typos. It is not currently accepting answers.

This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.

Closed 8 years ago.

Improve this question

The following code:

print_r($_GET);
echo '<br />';
echo isset($_GET['logout'])?'yes':'no';

prints:

Array ( [logoout] => )
no

Why is it printing "no" instend of "yes"?


logoout - double "o"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜