How to test PHP scripts with external HTTP server
Top PHP Studio can be used with external HTTP server to test PHP scripts by
selecting the Run | HTTP Server | External HTTP Server menu. In order
to preview the output of PHP scripts, there must be running external HTTP
server which supports PHP (such as Apache).
Also some variables should be set the proper values:
- Host Name:Specify host name for the server
- Document Root: The directory where external HTTP server uses to serve
the documents (PHP scripts, HTML ...). Top PHP Studio expands the relative
path to the edited script by using document root, so the scripts which will
be previewed should be under this directory.
- Server Port: Specify the port value which the external HTTP server
listens (HTTP requests are generally taken from port 80)
