Home  >  Article  >  Backend Development  >  获取mysql图片途径显示到网页

获取mysql图片途径显示到网页

WBOY
WBOYOriginal
2016-06-13 10:46:451039browse

获取mysql图片路径显示到网页
数据库里面 picture 是varchar类型 id.1的值是 c:\mypic\yyh.jpg

echo "

\"images\"/";这一段不会写 :

全部代码如下 :

$titlesql="select id,name,born,gender,identity_card,picture from myfamily;";
?>


   
 
 
 
 
 
 
 
  
while($title=mysql_fetch_array($titleresult)){
echo " ";
  echo "";
  echo "";
  echo "";
  echo "";
  echo "";  
  echo ""; 
  echo "";
}
echo "
id name born gender identity_card picture
$title[id]$title[name]$title[born]$title[gender]$title[identity_card]\"images\"/
";
?>

------解决方案--------------------
少了引号
echo "获取mysql图片途径显示到网页";
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