Help for this page
Select Code to Download
Select
or
download this
print ( $foo == 1 ) ? "hi" : "bye";
Select
or
download this
print( ( $foo == 1 ) ? "hi" : "bye" ); print +( $foo == 1 ) ? "hi" : "bye";