Veebisõnastik

Tag: PHP

Include() (PHP) - Laeb ja saab kasutada antud faili infot kui kutsutakse
<?php
 include('somefile.php');
?>
1 3 4 5 6 7 9