色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

php下將圖片以二進(jìn)制存入mysql數(shù)據(jù)庫(kù)中并顯示的實(shí)現(xiàn)代碼

//保存圖片到數(shù)據(jù)庫(kù)的php代碼
復(fù)制代碼 代碼如下:
If($Picture != "none") {
$PSize = filesize($Picture);
$mysqlPicture = addslashes(fread(fopen($Picture, "r"), $PSize));
mysql_connect($host,$username,$password) or die("Unable to connect to SQL server");
@mysql_select_db($db) or die("Unable to select database");
mysql_query("INSERT INTO Images (Image) VALUES ($mysqlPicture)") or die("Cant Perform Query");
}else {
echo"You did not upload any picture";
}

//以img標(biāo)簽讀取數(shù)據(jù)庫(kù)中的圖片的代碼
復(fù)制代碼 代碼如下:
mysql_connect($host,$username,$password) or die("Unable to connect to SQL server");
@mysql_select_db($db) or die("Unable to select database");
$result=mysql_query("SELECT * FROM Images") or die("Cant Perform Query");
While($row=mysql_fetch_object($result)) {
echo "<IMG SRC="Second.php3? PicNum=$row->PicNum">";

//如secoed.php文件代碼如下
$result=mysql_query("SELECT * FROM Images WHERE PicNum=$PicNum") or die("Cant perform Query");
$row=mysql_fetch_object($result);
Header( "Content-type: image/gif");
echo $row->Image;

php技術(shù)php下將圖片以二進(jìn)制存入mysql數(shù)據(jù)庫(kù)中并顯示的實(shí)現(xiàn)代碼,轉(zhuǎn)載需保留來(lái)源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 南丹县| 麻城市| 武定县| 繁峙县| 新田县| 渭南市| 洞头县| 易门县| 盐边县| 嘉禾县| 巴林左旗| 泽普县| 霍邱县| 固安县| 邢台市| 六枝特区| 瑞丽市| 诏安县| 永宁县| 永年县| 年辖:市辖区| 宁明县| 南江县| 类乌齐县| 涿州市| 扎鲁特旗| 新巴尔虎右旗| 通州市| 安庆市| 苗栗市| 维西| 黄骅市| 孟村| 临沂市| 彩票| 溧水县| 喜德县| 白银市| 白水县| 曲麻莱县| 扶沟县|