PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php function test2($price1, $price2 ){ if ( isset( $price1, $price2 ) ) { if ( $price1 <= $price2 ) { return ( $price1 + 1.5 ) ; } elseif ( $price2 ) { return ( $price2 + 1.5 ) ; } } } ?>
Show:  
Copy Clear