Diff
checker
文本
文本
图像
文档
Excel
文件夹
Legal
Enterprise
桌面版
定价
登录
下载 Diffchecker 桌面版
比较文本
查找两个文本文件之间的差异
工具
历史
实时编辑器
折叠未更改行
关闭换行
视图
拆分
统一
比对精度
智能
单词
字符
语法高亮
选择语法
忽略
文本转换
转到第一个差异
编辑输入
Diffchecker Desktop
运行Diffchecker最安全的方式。获取Diffchecker桌面应用:您的差异永远不会离开您的电脑!
获取桌面版
Untitled diff
创建于
11年前
差异永不过期
清除
导出
分享
两个文本完全相同
这两个文本之间没有差异
0 删除
行
总计
删除
字符
总计
删除
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
19 行
全部复制
0 添加
行
总计
添加
字符
总计
添加
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
19 行
全部复制
I was wondering if anyone can assist which a project I am working on.
I was wondering if anyone can assist which a project I am working on.
Very new to php though.
Very new to php though.
I currently have a membership form which captures details and the uploaded image which gets stored into a directory.
I currently have a membership form which captures details and the uploaded image which gets stored into a directory.
On the display page of the members details it echos the following:
On the display page of the members details it echos the following:
<?php echo "<img src=adminis/images/".$photo; ?>
<?php echo "<img src=adminis/images/".$photo; ?>
But most of the time members don't upload a image and now it just shows the "broken image link"
But most of the time members don't upload a image and now it just shows the "broken image link"
Since there is no entry in database so no image will display.
Since there is no entry in database so no image will display.
So I want it to pick up a default img in that directory when no image on membership form was uploaded.
So I want it to pick up a default img in that directory when no image on membership form was uploaded.
If anyone can assist I would appreciate it - or if more info is required let me know.
If anyone can assist I would appreciate it - or if more info is required let me know.
Thanks
Thanks
已保存差异
原始文本
打开文件
I was wondering if anyone can assist which a project I am working on. Very new to php though. I currently have a membership form which captures details and the uploaded image which gets stored into a directory. On the display page of the members details it echos the following: <?php echo "<img src=adminis/images/".$photo; ?> But most of the time members don't upload a image and now it just shows the "broken image link" Since there is no entry in database so no image will display. So I want it to pick up a default img in that directory when no image on membership form was uploaded. If anyone can assist I would appreciate it - or if more info is required let me know. Thanks
更改后文本
打开文件
I was wondering if anyone can assist which a project I am working on. Very new to php though. I currently have a membership form which captures details and the uploaded image which gets stored into a directory. On the display page of the members details it echos the following: <?php echo "<img src=adminis/images/".$photo; ?> But most of the time members don't upload a image and now it just shows the "broken image link" Since there is no entry in database so no image will display. So I want it to pick up a default img in that directory when no image on membership form was uploaded. If anyone can assist I would appreciate it - or if more info is required let me know. Thanks
查找差异