PHP中如何判断几个变量是否为空
asp :<%if a<>"" and p<>"" and d<>"" then
代码部分
end if %>
php:
<?php if(a!="" and p!="" and d!="")
{?>
<?php }?>
这样不行请问如何做
2008-05-04 15:34
2008-05-06 12:16
2008-05-06 13:44
2008-05-08 22:19