Generally we can use ternary operator like this: (Condition) ? (Statement1) : (Statement2); But I want just one. For example: if($variable) { echo "YES"; } ...
確定! 回上一頁