Skip to content

dyells07/WebTechnologyLab

Repository files navigation

Web Technology Lab

This project is a simple web application that utilizes HTML, CSS, JavaScript, PHP, and MySQLi to display a welcome message and allows the user to submit a form with their name and email address.

Prerequisites

To run this project, you need to have XAMPP installed on your local machine. XAMPP is a cross-platform web server solution that includes Apache, MySQL, PHP, and other tools necessary for running web applications locally.

You can download XAMPP from the following link:

https://www.apachefriends.org/download.html

Installation

  1. Clone this repository to your local machine.
  2. Navigate to the WebTechnologyLab folder in your XAMPP installation directory (e.g. C:\xampp\htdocs\WebTechnologyLab).
  3. Copy all files and folders from the cloned repository into the WebTechnologyLab folder.
  4. Start XAMPP and make sure that Apache and MySQL servers are running.
  5. Open your web browser and navigate to http://localhost/WebTechnologyLab/index.php.

Usage

After navigating to the above URL, you should see a simple welcome message displayed on the page. You can submit a form with your name and email address by filling out the fields and clicking the "Submit" button.

When you submit the form, the information will be saved to a MySQL database using PHP's MySQLi extension. You can view the saved information by clicking the "View Entries" button, which will display a table with all the submitted entries.

About

This is web Technology lab ,Bsc Csit 5th Semester

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published