PHP速学视频免费教程(入门到精通)
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
502 bad gateway
PhpStorm 10.0.1
我是在学习“上传文件”一课时遇到的,用Google Chrome浏览器 windows平台,本来正常输出 echo啥的没问题,一执行“上传图片” 就出现,而且之后的所有php 还是 HTML 运行起来就是都这样,重启就又好了,但上传就不行。偶尔错误提示是404 bad Gateway。请大家指教!!感激不尽!!眼泪哗哗的!!
代码:
HTML:
<code class="html"><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>上传文件</title> </head> <body> <form action="upload.php" method="post" enctype="multipart/form-data"> <input type="file" name="myFile"> <input type="submit" value="提交"> </form> </body> </html></code>
php:
<code class="php"><!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>The Image</title> </head> <body> <?php $file=$_FILES['myFile']; $fileName=$file['name']; move_uploaded_file($file['tmp_name'],$fileName); echo "@@##@@"; ?> </body> </html></code>
502 bad gateway
PhpStorm 10.0.1
我是在学习“上传文件”一课时遇到的,用Google Chrome浏览器 windows平台,本来正常输出 echo啥的没问题,一执行“上传图片” 就出现,而且之后的所有php 还是 HTML 运行起来就是都这样,重启就又好了,但上传就不行。偶尔错误提示是404 bad Gateway。请大家指教!!感激不尽!!眼泪哗哗的!!
代码:
HTML:
<code class="html"><!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>上传文件</title> </head> <body> <form action="upload.php" method="post" enctype="multipart/form-data"> <input type="file" name="myFile"> <input type="submit" value="提交"> </form> </body> </html></code>
php:
<code class="php"><!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>The Image</title> </head> <body> <?php $file=$_FILES['myFile']; $fileName=$file['name']; move_uploaded_file($file['tmp_name'],$fileName); echo "@@##@@"; ?> </body> </html></code>
已抢7358个
抢已抢95516个
抢已抢14970个
抢已抢52817个
抢已抢196025个
抢已抢87526个
抢