PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Tofeeq ur Rehman   Multiple includes   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example
Class: Multiple includes
Include multiple PHP scripts in a single call
Author: By
Last change:
Date: 15 years ago
Size: 146 bytes
 

Contents

Class file image Download
<?php
   
include_once("include_files.php");
   
$objFiles = new include_files("C:\wamp1\www\lib\file1.php, file2.php ,file3.php","include_once");
?>