Veebisõnastik

Include() (PHP) - Laeb ja saab kasutada antud faili infot kui kutsutakse
<?php
 include('somefile.php');
?>
1 2