我正在尝试从命令行启动:
$ /usr/bin/php -f "index.php?refresh_words=1"
Could not open input file: index.php?refresh_words=1
当然,没有?refresh_words=1
它运行正常。我可以从命令行传递 $_GET 参数吗?
我正在尝试从命令行启动:
$ /usr/bin/php -f "index.php?refresh_words=1"
Could not open input file: index.php?refresh_words=1
当然,没有?refresh_words=1
它运行正常。我可以从命令行传递 $_GET 参数吗?