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 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
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
No comments:
Post a Comment