实现数据库存储图片问题
index.php文件
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <?php include("conn.php"); ?> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>插入MYSQL图片</title>
显示图片 |
"; echo $fet['path'];?> |