I have not installed the web server. how can I run the php program? How can I run a php program without installing apache or other web servers and php? Is the remote server space, not local. ------ Solution -------------------- that is definitely not good... you go to Baidu and click "wamp". you can run php after downloading and installing it ---- how can you run php programs without installing the web server?
How can I run a php program without installing apache or other web servers and php? Is the remote server space, not local.
------ Solution --------------------
That's definitely not enough... you go to Baidu and click "wamp". you can run php after downloading and installing it.
------ Solution --------------------
Yes, run directly in CLI mode, see http://php.net/manual/zh/features.commandline.php
------ Solution --------------------
You can see the running result when running php in CLI mode.
Http://php.net/manual/zh/features.commandline.php
------ Solution --------------------
Is the remote server space
Then you should have no permission to run php using CLI ..
------ Solution --------------------
It's easy to install an integration. it will be done in a moment !!
------ Solution --------------------
Reference:
Is the remote server space
Then you should have no permission to run php using CLI ..
+ 1
You must specify how to call php
Php is also a running file. if you do not have the permission to run php ...... Great Chaos
------ Solution --------------------
If php can be installed on the remote server, you can also install an environment to facilitate debugging. We recommend that you install the environment!
------ Solution --------------------
For PHP 5.3 and later versions, you can start a WEB service using methods such as php-S to access your page using localhost: XXXX.
------ Solution --------------------
Http://php.net/manual/en/features.commandline.webserver.php
For details, see here