?
成都创新互联公司专注于钟楼网站建设服务及定制,我们拥有丰富的企业做网站经验。 热诚为您提供钟楼营销型网站建设,钟楼网站制作、钟楼网页设计、钟楼网站官网定制、微信平台小程序开发服务,打造钟楼网络公司原创品牌,更为您提供钟楼网站排名全网营销落地服务。
function htmtocode($text)
{
$text=str_replace("\n","br",str_replace(" ","$nbsp",$text));
return $text;
}
?
?php echo htmtocode($XXX);? //$XXX要输出的内容
====================================================================
用str_replace将空格“ ”替换成html的“$nbsp”,将换行符“\n”替换成
htmld“br”
没测试过,不知行不行
初学者写的,你可以试试
form name="myform" method="post" action="mysql.php"
table border="1"
tr
td width="605" height="51" bgcolor="#CC99FF" colspan="2"
div align="center"请输入用户名称
input name="txt_user" type="text" id="txt_user" size="25"nbsp;
input type="submit" name="Submit" value="查询"
/div
/td
/tr
tr
td align='center'用户名称/td
td align='center'年龄/td
/tr
?php
// mysql_connect(服务器,用户名,密码)
$link = mysql_connect("localhost","root","root");
// mysql_select_db(数据库,$link)
$db_selected = mysql_select_db("php_test",$link);
// 编码格式(貌似很重要)
mysql_query("set names 'utf8'");
?
?php
$sql = mysql_query("select name_,age_ from t_user");
$info = mysql_fetch_array($sql);
if($_POST[Submit]=="查询"){
$txt_user = $_POST[txt_user];
$sql = mysql_query("select * from t_user where name_ like '%".trim($txt_user)."%'");
$info = mysql_fetch_array($sql);
}
?
?php
if($info==false){
echo 'trtd width="605" height="51" bgcolor="#CC99FF" colspan="2"';
echo "div align='center' style='color:#FF0000;font-size:12px;'对不起,您查找的用户信息不存在!/div";
echo '/td/tr';
}elseif($info){
echo 'elseif';
}
?
?php
do{
?
tr align="center" bgcolor="#FFFFFF"
td height="20"align="center" ?php echo $info['NAME_']?/td
td ?php echo $info['AGE_']?/td
/tr
?php
}while($info = mysql_fetch_array($sql));
mysql_free_result($sql);
mysql_close($link);
?
/table
/form
mysql_select_db("database_name", $link); //选择数据库,需修改为你的数据库名
$query = mysql_query("select * from table_name"); //查询表,需修改为你的表名
while( $rs = mysql_fetch_array($query, $link)){// 取得记录集
echo $rs[0]."br";// 打印数据
}
前提通过php,连接数据库,你先用sql语句进行一下筛选,比如select x,y,z from list(表名) where id=2;
然后通过 mysql_query()执行一下,在通过row=mysql_fetch_row()依次写出row[0],row[1]...就好了
售后响应及时
7×24小时客服热线数据备份
更安全、更高效、更稳定价格公道精准
项目经理精准报价不弄虚作假合作无风险
重合同讲信誉,无效全额退款