We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
因为我的PHP环境是用集成包XAMPP安装的 所以我先找到我的xampp的安装目录 最重要是找到PHP的目录,里面最重要就是找到php.ini,php.cmd和ext文件夹
D:\xampp\php
打开我的电脑->属性->高级->环境变量->系统变量->Path->编辑
添加下面两个路径
D:\xampp\php\ext;D:\xampp\php
定位到对应的文件夹,执行php XXX.php来执行php脚本文件
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.寻找PHP文件夹路径
因为我的PHP环境是用集成包XAMPP安装的
所以我先找到我的xampp的安装目录
最重要是找到PHP的目录,里面最重要就是找到php.ini,php.cmd和ext文件夹
2.添加环境变量
添加下面两个路径
3.执行PHP脚本
定位到对应的文件夹,执行php XXX.php来执行php脚本文件
The text was updated successfully, but these errors were encountered: