Statement Php


An if Statement


    $satisfied = "very";
    if ( $satisfied == "very" ) {
      print "very";
    }
?>