This repository contains the lab practical experiments for the Internet Programming (CSA-4322) course, dated 10/09/2025.
It includes multiple HTML, PHP, and web application examples, used for learning and demonstration.
CSA-4322-Internet-programming/ │ ├── IP-Practical-session/ # Folder containing practical session files │ ├── ... (PHP / HTML / CSS files for experiments) │ ├── Screenshots/ # Output screenshots of practicals │ ├── ... (PNG/JPG files showing results) │ ├── 1.html # Lab Experiment 1 ├── 2.html # Lab Experiment 2 ├── 3.html # Lab Experiment 3 ├── 4.html # Lab Experiment 4 ├── 5.html # Lab Experiment 5 ├── 6.html # Lab Experiment 6 ├── 7.html # Lab Experiment 7 ├── 8.html # Lab Experiment 8 ├── 9.html # Lab Experiment 9 └── 10.html # Lab Experiment 10
- IP-Practical-session/ → Contains supporting PHP, CSS, or additional HTML files for lab exercises.
- Screenshots/ → Stores screenshots of outputs for verification.
- 1.html – 10.html → Individual practical programs/questions in order.
- Clone this repository:
git clone https://github.com/lennin331/CSA-4322-Internet-programming.git
2.Open any *.html file in your browser directly OR run inside a local server (XAMPP/WAMP) if the file contains PHP. Example:
Static HTML: open 1.html directly in browser.
PHP-based file: access via
http://localhost/CSA-4322-Internet-programming/IP-Practical-session/file.php