Path to php

When you want to run a php process, for example run a php file script using shell_exec(), you need the path to php if the php path hasn’t been stored on your server (and it often hasn’t) Simple approach However, if $PathToPhp returns a path to a file name of ‘php-fpm’ then this is no […]

Read More