-
2019-04-03 15:33:23
- 怎么实现图片预览呢
- echo "<center>您的文件已经上传完毕 上传图片预览: </center><br><center><img src='$upfile'></center>"; 我用这个代码,图片显示不出
-
0
2
1423
-
2019-03-07 15:38:33
- 用PHP创建了login数据库,在MySQL中看不到
- <?phpheader("Content-type:text/html;charset=utf-8"); //设置编码$servername = "localhost";$username = "root";$password = "1234";$dbname = "login
-
0
1
1641