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

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

WBOY
Release: 2016-06-13 11:55:56
Original
1009 people have browsed it

小弟就是想问问,能不能这样写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>
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template