search
Homephp教程php手册PHP将图片存入mysql实现代码

PHP将图片存入mysql实现代码

Jun 13, 2016 am 10:08 AM
mysqlphpundercodepictureaccomplishWillTutorial

php教程将图片存入mysql教程实现代码
下面只告诉你如何实现图片如何保存到数据库教程,不推荐此种方法。
*/

mysql_connect('localhost','root','root');
mysql_select_db('ac');
$picdir ="/a/ag.gif";
$image = addslashes(file_get_contents($picdir));
$sql ="insert into tbl_name (field) values ('" . $image . "')";
mysql_query($sql);

/*
--
-- 表的结构 `test`
--

create table if not exists `test` (
  `id` int(8) not null auto_increment,
  `title` char(150) default null,
  `content` longblob,
  `addnewcolumn` varchar(20) not null,
  primary key  (`id`)
) engine=myisam default charset=utf8 auto_increment=1 ;

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor