After launching the php shell
php -a
how do you run an existing php file say 'index.php'? I know it can be run like
$php index.php
from the command line. But how do you do it from the shell?
You just include it:
include 'index.php';
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With