PHP ??
PHP include ? require ?
PHP??? ??? ??? ??? ? ????.
include ? require ?? ?? ??? ??? ??? ??? ?? ??? ???? ? ?????.
include? require? ?? ?? ??? ???? ?????.
require? ???? ??(E_COMPILE_ERROR)? ??? ? ???? ??? ?????.
include? ??(E_WARNING)? ???? ??? ??? ??? ????? ?? ?????.
??? ??? ??? ??? ?? ???? ??? ????? ????? include? ?????. ??? ?? ?? ?????, CMS ?? ??? PHP ?????? ???????? ?? require? ???? ?? ??? ?? ? ??? ?????. ?? ??? ??? ??? ??? ?? ?????? ??? ???? ????? ? ??? ???.
??? ???? ?? ??? ?????. ?? ?? ? ???? ?? ?? ???, ??? ?? ?? ??? ?? ? ??? ?????. ?? ?? ??? ?????? ? ? ?? ?? ??? ?????? ???.
??:
include '?? ??'; include('?? ??');
??
require 'file name'; require('file name');
?? ? ?? ????. ? ?? ??? ?? ??? ?? ??? ???? ????
?? ? ?? ? ??? ??? ?????. head.php ?? ??? ??? ????.
<?php echo 123; ?>
??? main.php ??? ?? ? ???? ???. ??? ??? ????
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文網(wǎng)</title> </head> <body> <?php //include('head.php'); //使用include 包含 //require('head.php'); //使用 require 包含 ?> </body> </html>
main.php ??? ???? 123? ?????. ??? ??? ???? ??? ?? ? ??? ???? ?????