面向過程:
黎城ssl適用于網(wǎng)站、小程序/APP、API接口等需要進行數(shù)據(jù)傳輸應用場景,ssl證書未來市場廣闊!成為成都創(chuàng)新互聯(lián)的ssl證書銷售渠道,可以享受市場價格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:13518219792(備注:SSL證書合作)期待與您的合作!
$sql = "select t_bumen from t_xinxi where id=111"; //Sql語句
$result = mysql_fetch_assoc(mysql_query($sql)); //執(zhí)行sql語句并以關聯(lián)數(shù)組保存
print_r($result); //輸出數(shù)組
第一種,使用smarty模板引擎
php文件:
$smarty-assign('data','hello world');
$smarty-display('index.html');
index.html文件:
div{$data}/div
輸出hello world
第二種,使用PHP變量直接輸出
php文件:
$data = 'hello world';
require 'index.html';
index.html:文件:
div?php echo $data;?/div
每一行,一個form,method為get,跳轉到頁面值傳遞一個id就可以了,新頁面再次查詢比如跳轉到new.php?id=2,然后在次頁面,查詢id為2的記錄就可以了