相關(guān)關(guān)鍵詞
關(guān)于我們
最新文章
PHP實現(xiàn)動態(tài)創(chuàng)建XML文檔的方法
本文實例講述了PHP實現(xiàn)動態(tài)創(chuàng)建XML文檔的方法。分享給大家供大家參考,具體如下:
一. 代碼
conn.php
<?php $id=mysql_connect("localhost","root","root") or die('數(shù)據(jù)庫連接失敗:' . mysql_error()); if(mysql_select_db("db_database26",$id)) echo ""; else echo ('數(shù)據(jù)庫錯誤' . mysql_error()); mysql_query("set names gb2312"); ?>