久久精品人人爽,华人av在线,亚洲性视频网站,欧美专区一二三

navicat數(shù)據(jù)庫(kù)連接php的方法

共計(jì) 937 個(gè)字符,預(yù)計(jì)需要花費(fèi) 3 分鐘才能閱讀完成。

自動(dòng)寫代碼機(jī)器人,免費(fèi)開通

這篇文章主要介紹了 navicat 數(shù)據(jù)庫(kù)連接 php 的方法,具有一定借鑒價(jià)值,需要的朋友可以參考下。希望大家閱讀完這篇文章后大有收獲。下面讓丸趣 TV 小編帶著大家一起了解一下。

第一步,打開 Navicat,新建數(shù)據(jù)庫(kù)。

navicat 數(shù)據(jù)庫(kù)連接 php 的方法

第二步,在數(shù)據(jù)庫(kù)中新建表。

navicat 數(shù)據(jù)庫(kù)連接 php 的方法

第三步,保存表。

navicat 數(shù)據(jù)庫(kù)連接 php 的方法

第四步,表中添加數(shù)據(jù)。

navicat 數(shù)據(jù)庫(kù)連接 php 的方法

第五步,打開 ide,輸入以下 php 代碼,使用 localhost 打開該 php 文件。

?php
 
 // ip 地址、用戶名、密碼
 $con=mysql_connect( localhost , root , 123456 
 
 //  判斷是否連接成功
 if(!$con){ die( 數(shù)據(jù)庫(kù)連接失敗 .mysql_error());
 }else{
 //  設(shè)置編碼格式
 mysql_query( set name utf8 
 
 //  選擇數(shù)據(jù)庫(kù)
 mysql_select_db(test ,$con);
 
 //  選擇數(shù)據(jù)表
 $result=mysql_query( select * from user 
 
 //  輸出表格及 th
 echo  table border= 2  width= 300 
  tr 
  th id /th th name /th 
  th password /th 
  /tr 
 
 //  遍歷數(shù)據(jù)表中的內(nèi)容
 while($row=mysql_fetch_array($result)){
 echo  tr 
 // userid ===  用戶 id  與數(shù)據(jù)表中的 id 名稱對(duì)應(yīng)
 echo  td .$row[userid]. /td 
 // username ===  用戶名稱   與數(shù)據(jù)表中的 username 名稱對(duì)應(yīng)
 echo  td .$row[username]. /td 
 // password ===  用戶密碼   與數(shù)據(jù)表中的密碼對(duì)應(yīng)
 echo  td .$row[password]. /td 
 echo  /tr 
 }
 echo  /table 
 }
 //  關(guān)閉數(shù)據(jù)庫(kù)
 mysql_close($con);
 
?

瀏覽器中顯示的頁(yè)面:

navicat 數(shù)據(jù)庫(kù)連接 php 的方法

感謝你能夠認(rèn)真閱讀完這篇文章,希望丸趣 TV 小編分享 navicat 數(shù)據(jù)庫(kù)連接 php 的方法內(nèi)容對(duì)大家有幫助,同時(shí)也希望大家多多支持丸趣 TV,關(guān)注丸趣 TV 行業(yè)資訊頻道,遇到問題就找丸趣 TV,詳細(xì)的解決方法等著你來學(xué)習(xí)!

向 AI 問一下細(xì)節(jié)

正文完
 
丸趣
版權(quán)聲明:本站原創(chuàng)文章,由 丸趣 2023-12-16發(fā)表,共計(jì)937字。
轉(zhuǎn)載說明:除特殊說明外本站除技術(shù)相關(guān)以外文章皆由網(wǎng)絡(luò)搜集發(fā)布,轉(zhuǎn)載請(qǐng)注明出處。
評(píng)論(沒有評(píng)論)
主站蜘蛛池模板: 建始县| 陕西省| 洪江市| 诏安县| 临湘市| 洛扎县| 离岛区| 大城县| 南阳市| 宜都市| 建昌县| 景德镇市| 太和县| 永春县| 台南县| 眉山市| 偃师市| 张家川| 六盘水市| 邓州市| 金沙县| 隆尧县| 文登市| 泸水县| 寿阳县| 京山县| 比如县| 依安县| 丰城市| 合作市| 阳城县| 鸡东县| 吉木萨尔县| 宕昌县| 恩平市| 安远县| 永泰县| 马边| 察雅县| 新昌县| 灌南县|