cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

PHPRunning

A PHP script can be run using the command line PHP interpreter or on a web server with PHP support.

Run Script in the Command Line

The feature allows executing a PHP script in the command line by using configured system PHP interpreter.

The output is shown in the Output Tab. Optionally the output can be opened in the web browser.

Run Script on Web Server

By default the PHP source files are stored in the /htdocs folder on the Apache local web server.

The Feature allows to run a PHP script on a web server and open the result in the web browser.

Can be invoked for a script file or a directory (the whole project).