As described in many other threads, "/usr/local/bin/php" is the proper path to the PHP interpreter. "/usr/bin/php" also works, as does "/usr/bin/php-cgi". The problem is you also have to give the full path to the script to execute, which might be your public_html directory, a descendent of it...