SyntaxFix
Write A Post
Hire A Developer
Questions
You could also do:
echo "yes" ?: "no" // Assuming that yes is a variable that can be false.
Instead of:
echo (true) ? "yes" : "no";