首页 > 网站 > 帮助中心 > 正文

PHP引用其他页

2024-07-09 22:48:39
字体:
来源:转载
供稿:网友
<?php
echo file_get_contents("URL");
?>


<style type="text/css">
<?php
define('ROOT_PATH',str_replace('//','/',$_SERVER['DOCUMENT_ROOT'].'/'));
include ROOT_PATH.'/static/css/init.css';
include ROOT_PATH.'/static/css/init.css.php';
include ROOT_PATH.'/static/css/style.css';
?>
</style>
 

注:以上引用方式不会在本地生成缓存
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表