How to create folders and files in htdocs for Ubuntu fo Xampp
<!–adsense–>
To create files and folders inside htdocs in Ubuntu
Here is the simple way
First
1.Go to root terminal
2.Type gedit somefilename.php
3.When you save it save it htdocs folder
You can browse through this filesystem->opt->lampp->htdocs->
here you can also create a new folder
and then save it.
or else
1.go to root terminal
2.type gedit filename.php /opt/lampp/htdocs/ (Since Xampp is usually installed in Opt folder)
when you save it would be automatically saved in htdocs folders