Veebisõnastik

Include() (PHP) - Laeb ja saab kasutada antud faili infot kui kutsutakse
<?php
 include('somefile.php');
?>
1 9 10 11 12 13 22