当前位置 : 主页 > 网络编程 > PHP >

loadin.php

来源:互联网 收集:自由互联 发布时间:2021-06-28
loadin.php template_dir="./templates/";$smarty-compile_dir="./templates_c/";$smarty-config_dir ="./configs/";$smarty-cache_dir = "./cache/";$dbh=new PDO("mysql:host=localhost;dbname=j14048025","j14048025","14048025");$dbh-exec("set names ut
loadin.php
 template_dir="./templates/";
$smarty->compile_dir="./templates_c/";
$smarty->config_dir ="./configs/";
$smarty->cache_dir = "./cache/";
$dbh=new PDO("mysql:host=localhost;dbname=j14048025","j14048025","14048025");
$dbh->exec("set names utf8");
$link=mysql_connect("localhost","j14048025","14048025");
mysql_select_db("j14048025");
mysql_query("set names utf8",$link);
?>
上一篇:insert.php
下一篇:savei.php
网友评论