Home >Backend Development >PHP Tutorial >小弟便是想问问,能不能这样写php代码啊true和flase用不来

小弟便是想问问,能不能这样写php代码啊true和flase用不来

WBOY
WBOYOriginal
2016-06-13 11:55:561012browse

小弟就是想问问,能不能这样写php代码啊?true和flase用不来。


梁静茹


$abc=4/2;
if($abc=2){
echo $abc=true;
else{
echo $abc=false;;
?>

------解决方案--------------------
<html><br /><head></head><br /><title>梁静茹</title><br /><body><br /><?php<br />$abc=4/2;<br />if($abc=2)<br />echo $abc=true;<br />else<br />echo $abc=false;;<br />?><br /></html>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn