Sunday, July 4, 2021

How to check the PHP version on Xubuntu?

  • Open the Terminal you use to command.
  • Type the command given below.
    • php -version or
    • php -v

No comments:

Post a Comment

How to run a PHP file on Browser using Terminal?

 After You create a PHP file,  Open Terminal Go to the folder contains your PHP file eg: think you created  a folder named PHP on desktop an...