Answers for "display info php"

PHP
14

linux install node

sudo apt install nodejs
Posted by: Guest on April-28-2020
11

install nodejs on ubuntu

sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install nodejs

node -v    #to check if its installed
Posted by: Guest on July-25-2020
6

show php info

phpinfo();
Posted by: Guest on February-20-2020

Browse Popular Code Answers by Language