<tr>
<td class="text-left">Price:</td>
<td><input type="text" placeholder="Price" name="price" value="<?php echo $result['price'];?>"/></td>
</tr>
<tr>
<td class="text-left">Profile Image:</td>
<td><input type="file" name="proimage" value="<img src=upload/<?php echo $result['proimage'];?>" height="50px"/></td>
</tr>
這是我的code.but圖像不查看編輯。在覈心的PHP我需要查看數據庫中添加的編輯字段中的圖像
什麼錯誤你得到在你的瀏覽器的控制檯?這是一個404錯誤的圖像? –
你不能將img標籤嵌入到文件輸入值屬性 – ArtOsi
它顯示沒有文件被選中。我想要顯示的圖像在一個字段進行編輯 –