| PHP3���IJο��ֲ� ���ķ��룺Sadly [email protected] http://wansoft.soim.net | ||
|---|---|---|
| ��һҳ | �����»������ | ��һҳ |
INCLUDE������ָ�����ļ���
ÿ������INCLUDE��INCLUDE���Ͱ���ָ�����ļ��������������һ��ѭ���ṹ��ʹ��INCLUDE�������һϵ�в�ͬ���ļ���
$files = array('first.inc', 'second.inc', 'third.inc');
for ($i = 0; $i < count($files); $i++) {
include($files[$i]);
}