Haifa linux club:PHP lecture
Prev Next


includes


<?
include("/libs/mylib1.inc");
include_once(
"/libs/mylib2.inc");
?>



HOME