I met with the ternary operator statement
<p>Values <?= $_POST['submitted'] ? "sorted by {$sortType}" : "unsorted"; ?>:</p>
I do understand what the statement mean except the the equality sign after the question mark. I would appreciate it if any one would explain what did it mean.
Thanks