Friday, 31 January 2020

Saturday, 25 January 2020

109.how to install xamp on ubuntu 18.04 lte system

https://vitux.com/how-to-install-xampp-on-your-ubuntu-18-04-lts-system/

https://www.youtube.com/watch?v=R5CUn5wGQGg

cd opt/lamp/htdocs=>project folder

ll or ls=>for listing files in it

sudo /opt/lampp/lampp start =>to start xamp

sudo gedit myphp.php=>create new file myphp.php

ls -al myphp.php=>to see the permission of file

sudo chmod +x myphp.php=>to change permission

sudo nano myphp.php=>open and edit file