Answers for "how to find php path in ubuntu"

PHP
0

set php path in ubuntu

Open Terminal and run command
1. whereis php
2. Output will be something like "/opt/lampp/bin/php"
This is your php location
Posted by: Guest on September-15-2021
-1

how to know the path of php in linux

which php
Posted by: Guest on October-13-2020

Code answers related to "how to find php path in ubuntu"

Browse Popular Code Answers by Language