A simple little topic
Fill in the blanks and output Hello world.
Have not done before, have so narrow the meaning, the method is also many.
Now think of the short answer there are 14, I do not know whether it can be more simple ha
Guys, play.
if (_____) {
echo "Hello";
}else{
echo "World";
}
------Solution--------------------
PHP Code
if (!print (' Hello ')) {echo "Hello";} else{echo "World";}
------Solution--------------------
PHP Code
if (true) {echo "Hello";} else{echo "World";}
------Solution--------------------
Explore
#1呵呵, there is no other good way to pull
if (Die (' Hello World '))
if (1) echo ' Hello '; if (0)
------Solution--------------------
discuss
PHP Code
if (!print (' Hello ')) {
echo "Hello";
}else{
echo "World";
}
The landlord thought of this is not it hehe ~
------Solution--------------------
Idle
I have a suggestion, moderators should collect each PHP fan PHP framework, specifically a post, detailed description of the specific use of the method features
Efficiency development approach. Wait, wait.
------Solution--------------------
Oh, like SQL injection ah, educated, indeed
------Solution--------------------
Landlord well paid, I also think of ~ ~
------Solution--------------------
Explore
Just fill in 1) echo ' Hello '; if (0 ah
Final code
if (1) echo ' Hello '; if (0)
{
echo "Hello";
}else{
echo "World";
}
The same output as Hello world.
Reference:
Reference:
#1呵呵, there is no other good way to pull
if (Die (' hel ...