Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How to run the interactive PHP shell from the command line interface?
Home
PHP
How to run the interactive PHP shell from the command line interface?
0
votes
asked
Jun 22, 2019
in
PHP
by
SakshiSharma
How to run the interactive PHP shell from the command line interface?
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 22, 2019
by
john ganales
Just use the PHP CLI program with the option -a as follows:
php -a
...