Inglise – eesti / vene terminid / dictionary

if (JavaScript, PHP) - Tingimuslik operaator / statement See kontrollib argumendina antud tingimust Näide: if (tingimus) { tegevus, kui tingimus on täidetud (TRUE) } else { tegevus, jui tingimus ei ole täidetud (FALSE) }  
include ‘filename’ (PHP) - include - Operaator võtab kogu määratud failis oleva teksti/koodi/märgistuse ja kopeerib selle faili, kasutades operaatorit include. Näiteks: <h1>Welcome to my home page!</h1> <p>Some text.</p> <p>Some more text.</p> <?php include 'footer.php';?>