0% found this document useful (0 votes)
2 views6 pages

Aims/Benefits of The Micro-Project

The document outlines a micro-project for an online art gallery that allows artists to exhibit their works and customers to purchase art online. It includes details on pricing, user registration, and the benefits of making art accessible virtually. The project also addresses course outcomes related to programming and user input validation.

Uploaded by

syediliyas8282
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views6 pages

Aims/Benefits of The Micro-Project

The document outlines a micro-project for an online art gallery that allows artists to exhibit their works and customers to purchase art online. It includes details on pricing, user registration, and the benefits of making art accessible virtually. The project also addresses course outcomes related to programming and user input validation.

Uploaded by

syediliyas8282
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Aims/Benefits of the Micro-Project:

An art gallery exhibits the works of many artists. Each artist is given a specified space on
the online webpage The artists are charged for the space allotted to them on daily
basis. The charges vary in different months. Jan to April and August to December the
charges are Rs 200 per day per exhibit, from May to July charges are Rs 300 per day per
exhibit. Each exhibit has a name and style of painting. The exhibits can be bought by the
online customers who need to register with the art gallery. The painting is sent to the
customer, when customer orders painting. The system keeps track of the status of
delivery of the painting to the customer. This status can also be seen by the customer.

1.0Rationale

The art gallery is where the arts or art crafts of the artists can be displayed for the visitors
view. People additionally comment on arts that artist’s show so that there will be some
scope of improvement of the arts that is displayed. Online Art gallery project However,
these days because of the busy schedule of the people they don’t have time schedule-
wise to visit the art gallery to view the paintings of the famous artist. Online Art gallery
project Yet, imagine a scenario where the artist display is available on the online
Indeed, it is conceivable. The online art gallery is the application that enables the
clients to transfer their paintings and make it available to the visitors’ view,

2.0 Aim/Benefits of Micro-Project:

1. To make art gallery available virtually

2. Helps to make user order creative art online.

3.0 Course Outcomes Addressed:

1. Develop program using control statement. (CO605.1)


2. Perform operations based on arrays and graphics. (C0605.2)
3. Use form controls with validation to collect user’s input. (CO605.4)
1.Login page

<html>

<head>

<title>Login</title>

<style>

Body

Margin-top: 100px;

Margin-bottom: 100px;

Margin-right: 150px;

Margin-left: 80px;

Background-color: azure:

Color: palevioletred;

Font-family: verdana;

Font-size: 100%

Hi

Colour: indigo:

Font-family: verdana; font-size: 100%; } h3

Color: indigo:
Font-family: verdana;

Font-size: 100%;

</style>

</head>

<body>

<center<h1>WELCOME TO ONLINE ART GALLERY</h1></center>

<p><a href=”register.php”>Register</a> | <a href=”login.php”>Login</a></p>

<center><h3>Login Form</h3> </center>

<form action=”” method=”POST”>

<legend> <fieldset> <center>

Username: <input type=”text” name=”user”><br><br>

Password: <input type=”password” name=”pass”><br><br>

<input type=”submit” value=”Login” name=”submit” onclick=”cart.php”


style=”background-color:

Light blue; color: darkblue” >

</center></fieldset></legend></form>

<?php

If(isset(S POST[“submit”])) {

If(!empty($ POST[‘user’]) && !empty(S POST[‘pass’])) {

Suser $ POST[‘user’]; Spass-$_POST[‘pass’];


Scon-mysqli_connect(‘localhost’,’ root’,”, “product2”) or die(mysql_error());

//mysqli_select_db(‘product2’,Scon) or die(“cannot select DB”);

Squery=mysqli query(Scon,”SELECT FROM user WHERE name=”. Suser.”” AND


password=” $pass.”””);

Snumrows-mysqli_num_rows($query); if($numrows!=0)

While($row=mysqli fetch assoc($query))

Sdbusername Srow[‘name’]; Sdbpassword-Srow[‘password’];

If($user Sdbusername && $pass = $dbpassword)

Session start();

S SESSION[‘sess user-Suser;

/* Redirect browser/header(“Location: cart.php”);

Else (

} echo “Invalid username or password!”: } else { echo “All fields are required!”;
| ?>

</body>

</html>

Literature Review:

In today’s world where mankind is moving towards automation to increase the efficiency of
their work there should be system to motivate artists to make better art. People nowadays
hardly want to move from places for shopping and not even for eating this is because of
their hectic schedule. In such circumstances, w have decided to create a system for online
purchase of arts.

• Application
1. This project can be used by artist to introduce their art online and connect with
people.
2. Can be used by people to buy online art of their interest.

Conclusion:

With the help of the project we learned different new concept of PHP. We got knowledge
about different buil

In features available in PHP. We learnt how to implement online art gallery system, how to
establish communication between server and host system.

References:

1. https://projectworlds.in/free-projects/php-projects/online-art-gallery-project-on-
php/
2. https://www.kashipara.com/project/php/2875/art-gallery-managemet
3. https://www.freeprojectz.com/php-mysql-project/art-gallery-management-system
4. https://www.freestudentprojects.com/java-projects/online-art-gallery/
Output:

You might also like