首頁  >  文章  >  後端開發  >  请教在一PHP文件中引用另一PHP文件中的<form>有效吗

请教在一PHP文件中引用另一PHP文件中的<form>有效吗

WBOY
WBOY原創
2016-06-13 13:07:29753瀏覽

请问在一PHP文件中引用另一PHP文件中的

有效吗
rt

1.php:
PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
ob_start();

include 'pages/login-template.php';

$loginForm = ob_get_clean();



pages/login-template.php:
PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
用户登录
用户名
密码


这样ob_start这个form有效吗?

------解决方案--------------------
为什么没效?ob_start();开启缓存嘛,不影响
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn