-1
有什麼辦法可以創建類似這樣的東西嗎?PHP - MySQL ShortCut {}
例如,
if i type => {header} , php load website's navbar<br/>
if i type => {footer} , php load footer <br/>
if i type => {title} , php load data from database and set in site title , and etc...<br/>
感謝和抱歉,我的英語不好
<!doctype html>
<html>
<head>
<title>{title}</title>
</head>
<body>
<div class="header">{header}</div>
<table>
<tr>
<th>Company</th>
</tr>
{data_table}
</table>
<div class="footer">{footer}</div>
</body>
</html>
其確定,沒有任何問題,如果你的英語不好,但請分享您的試用代碼。它看起來有點寬泛。 – C2486
我需要知道我如何做到這一點? @http://stackoverflow.com/users/2815635/niklesh – hasan