php5.4装配完成可是图片无法显示

WBOY
Release: 2016-06-13 10:37:44
Original
943 people have browsed it

php5.4安装完成可是图片无法显示
phpinfo();可以显示,gd库什么的都加了
可是我的网站打开是没有图片的额
怎么会这样啊 求解

------解决方案--------------------

探讨

win7 5.4 还是换5.16把起码没有这样的问题,5.16和5.4没有什么差别的把?

------解决方案--------------------

这仅仅是个提示 并不是错误 .5.4后还更多提示
解决方法是做个判断

if(isset($_GET['id']){
$id=$_GET['id'];
}
探讨

引用:
引用:

win7 5.4 还是换5.16把起码没有这样的问题,5.16和5.4没有什么差别的把?


有些函数不再支持,有的函数变了.哪有这样解决问题的,出错了就将出错的提示信息给复制出来.主要是你的图也看不到,大家也不知道如何下手

好像变的很多,再提个问题
http://localhost/wanhao/productz.ph……
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!