Functions Php

if ($password != "frosties") {
            print "Access denied.";
            exit( ); // note: ( ) is optional
    }