rushikesh project php1e
rushikesh project php1e
(Year: 2023-2024)
Micro Project
Semester : six
Course : PHP
1
Mahavir Polytechnic
Vision
Mission
M2- To provide a platform where students are exposed to the industry, up bridged
withthe industry standards and requirements.
and teamworkskills.
social values
2
Information technology
Vision
Computer Engineering Department strive to educate students to become Industry
ready Engineers having Professional attitude and groomed personality.
Mission
M1- To provide well defined system to ensure quality education by
strengtheningteaching learning processes through innovative
practices.
M2- provides a platform where students are exposed to the Industry, up bridged with
theindustry standards and requirements.
3
PART A
1. Introduction
Advertisement management system project is a complete online solution for advertisers
who want to advertise their product on online media or websites. Advertisement
Management System project is developed using ASP.NET and SQL server. This project is
developed for the users who want to manage their online advertisement from one place.
This website is very helpful to advertisement agey staffs and managers to manage
advertisements and to view reports.
This project report gives overall system information of the system. Here you can get DFD
and ER diagram of the advertisement management system. In this project report we have
also explained the different module of advertisement management system. This project
report can be used for system design, system development and system testing. It provides
information for understanding the system.
Objective
Now a day’s people are purchasing products online. Therefore, it is necessary for the
company to advertise their product online. Online advertisement is a very complicated
task we need a system to manage it. Advertisement management system helps to
manage online advertisement. This system provides the complete service for advertiser to
introduce their products and services into online market. Advertisement management
system will give the solution of all problems that comes in online marketing. In this system
user can create ads and can also select website where he want to show their ads online.
2. SYSTEM DESCRIPTION
Basic System Components are
2. Advertiser
An advertiser is the person who wants to display their ads online.
2. Ads Content Providers
Content Providers are independent Ads Agencies those helps advertiser to make their ads
content and are connected with the advertisement management system
3. Subscribers
Subscribers are the Publisher Websites those are connected with the advertisement system
and where advertisement will be displayed
Use can make their advertisement with himself or he can also take helps of advertisement
agency to create ads. After creating ads user can select any subscriber from list. Then
user select any available plan for advertisement. After completing the payment users ads
will be displayed on subscribers website. User can add as many subscribers as he want
from the list.
4
Advertisement system has following plans for
users 3 month
6 month
1 year
System will provide the list of subscriber websites for user. System will provide login and
profile facility for user where advertisement can be added or deleted or updated.
Advertisement management system will make use of online payment system for receiving
payment from user. User Manual will be provided for user help .
System design
3.1.Modules
These are the modules (Web Page) used in AMS.
Signup form
From signup page user can create new use account. Clicking on signup link from home
page User can navigate to sign up page.
On sign up form user have to fill up following information like user name, password, and
email id. After entering all valid fields clicking on submit button will create the user
account.
5
Login Form –
login form is displayed when user click on login link on home
User name
Password
Submit button
On this form user have to enter valid user name and password to login the
6
Progress Report / Weekly Report
Week Duration Sign of the
Date Work / Activity Performed
No in Hrs. Faculty
1 02-01-24 20.M Topic Search
Name Of
Sr. No Specifications Quantity Remarks
Resource/Material
7
PROJECT REPORT
1.0 Rational
Simple advertisement manager project is developed using PHP, CSS, HTML, and
JavaScript. Talking about the project, it has all the essential features required for
the management advertisements of a website. This project contains only the
admin’s side where he/she can add and view the advertisements. The Admin plays
the main role in the management of the system..
8
PROGRAM CODE
Program code
function GetAdvertisementList($type = 'developer', $limit = 10, $orderBY =
null,
$OrderType = 'ASC')
{
App::import('Model', 'Advertisement');
$objAdvertisement = new Advertisement();
$this->Advertisement->recursive = -
1; if ($orderBY != null) {
$orderValue = array("Advertisement.{$orderBY}" => $OrderType);
} else {
$orderValue = 'RAND()';
}
$arrData = $objAdvertisement->find("all", array("conditions" =>
array("Advertisement.gallery_type " => $type, 'Advertisement.active' =>
'Y'), 'order' => $orderValue, 'limit' => $limit));
return $arrData;
}
9
OUTPUT OF PROGRAM:
10
11
5.0 Actual Resources
Name Of
Sr. No Resource/Material Specifications Quantity Remarks
Conclusion
The aim of the course is to develop a advertizment using PHP Implementation of visual
PHP, by keeping this in mind we built this AD by implementation of PHP, in which
Each time you publish,yourself
Reference
1. www.php.net
2. https://en.wikipedia.org/wiki/PHP_local host
12
Teacher Evaluation Sheet for Micro Project
1. Relevance to course
2. Literature survey
3. Project proposal
4. Completion of target
Analysis &
5.
representationof data
Quality of
6.
Prototype/Model
7. Report preparation
8. Presentation
9. Defense
Marks:-
Marks obtained
Marks for by the Total
Roll No. Name Of Student Group Work individual Marks
(06) based on viva (10)
(04)
33 Rushikesh kakalij
Signature:
13
Maharashtra State Board of Technical Education, Mumbai
CERTIFICATE
This is to certify that Mr. /Ms Rushikesh ravindra kakalij Roll No.33 of fourth Semester
of Diploma in inftechnology of Mahavir Polytechnic has completed the Micro Project
satisfactorily in course PHP (22619) for the academic year 2023-2024 as prescribed in
the curriculum.
Institute Seal
14
15