I am trying to find out if php uses a default network port. If it does what is the port number?
Thank you,
port for what?
Like for my SunoneWeb admin server I use port 2348, I want find out if there is a need to point PHP to a network port or it uses the same port as the webserver.
Thank you
PHP does not have a port of its own, as it runs as part of the web server.