Welcome 微信登录

首页 / 网页编程 / PHP / PHP判断变量是否为0的方法

复制代码 代码如下:
<?
if($_POST["some"] != null) {
//It"s Not Empty
}
?>