Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 703 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 703 Bytes

WEB_LAB

The programs to be implemented as part of VTU Web Programming Laboratory

To execute the Lab programs from 1 to 4 :-

Just open the .html file with the help of a browser

To execute program 5 :-

Save the xml file with the .xml extension. Run the .xml file with the help of a browser.

NOTE :- These instructions work only for Linux Distributions.

To execute programs 6 to 9 :-

Copy the program folder to /var/www/html.

Give the folder read,write,execute permissions with the help of this command :-

sudo chmod 777 [folder_name]

Open your browser and make sure apache is installed first.

Then to run the program :-

localhost/[your program directory name]/[file_name.php]