需要准备的材料分别是:电脑、php编辑器、浏览器。
1、首先,打开php编辑器,再新建php文件,例如:index.php。
2、在index.php中,输入:echo $_SERVER['DOCUMENT_ROOT']。
3、浏览器运行index.php页面,此时会打印出到服务器的根目录。
1、首先,连接相应linux主机,进入到linux命令行状态下,等待输入shell指令。
2、在linux命令行下输入shell指令:find / -name *php*。
3、键盘按“回车键”运行shell指令,此时会看到php安装目录在/usr/local/lib/php。
<form enctype="multipart/form-data" action='' method='post'><input type='file' name='upfile' size=20>
<input type='submit' value='上传文件'/>
</form>
<?php
echo $_FILES['upfile']['name']
?>
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)