Tell me the ternary conditional operator in PHP language?

Submitted by: Muhammad
Ternary Condition is a very popular operator in PHP which evaluates the expression preceding the ?. If the condition is true then it executes the expression preceding : and If the condition is false then it executes the expression following :.
Submitted by: Muhammad

Read Online WordPress Themes Developer Job Interview Questions And Answers