WTA Report
WTA Report
INTRODUCTION
1.1 OVERVIEW
1.2 PROBLEM STATEMENT
In day today life, we come across situation of moving to different cities for various
reasons it might due to work or any family reasons. And finding a house in a new city might
be really frustrating and confusing. In such cases our web application comes handy which
holds information about all the houses available for rent in different cities and the user can
choose the one based on his/her requirement and can contact the person who have posted the
ad using their contact information.
1.3 OBJECTIVES
To provide user friendly front end by using HTML and PHP.
To write SQL queries effectively to store and retrieve the information.
To reduce the physical work of searching house or property.
To assist and help people who are new to the city.
To bridge gap between the seller and the buyer.
CHAPTER 2
REQUIREMENTS AND ANALYSIS
HTML (Hypertext Markup Language) is the standard markup language for creating web
pages and web application.HTML is used as GUI in this application. Using HTML inserting
images in web pages is easier. The admin need not write commands every time to insert the
values. It makes easier to enter the values. Viewing the tables of database is easier through
HTML pages.
2.3.2 PHP
PHP is an acronym for "PHP: Hypertext Preprocessor". `PHP is a server scripting
language, and a powerful tool for making dynamic and interactive Web pages. PHP is a
widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP
scripts are executed on the server. PHP files can contain text, HTML, CSS, JavaScript, and
PHP code. PHP code are executed on the server, and the result is returned to the browser as
plain HTML. PHP files have extension ".php". PHP can generate dynamic page content. PHP
can create, open, read, write, delete, and close files on the server. PHP can collect form data.
PHP can send and receive cookies. PHP can add, delete and modify data in your database.
PHP can be used to control user-access. PHP can encrypt data.
2.3.3 CSS
CSS is a language that describes the style of an HTML document.CSS describes how
HTML elements should be displayed. CSS stands for Cascading Style Sheets. CSS describes
how HTML elements are to be displayed on screen, paper, or in other media. CSS saves a lot
of work, it can control the layout of multiple web pages all at once. External stylesheets are
stored in CSS files. CSS is used to define styles for your web pages, including the design,
layout and variations in display for different devices and screen sizes. When a browser reads
a style sheet, it will format the HTML document according to the information in the style
sheet Colors are specified using predefined color names, or RGB, HEX, HSL, RGBA, HSLA
values.
CHAPTER 3
SYSTEM DESIGN
1. ceil()
2. count()
3. die()
4. echo()
5. empty()
6. exit()
7. getenv()
8. header()
9. htmlentities()
10. include()
11. ini_set()
12. isset()
13. mkdir()
14. phpinfo()
15. preg_match()
16. print_r()
17. rand()
<?php
$conn = mysql_connect('localhost', 'root', '') or die ('Error connecting to mysql');
mysql_select_db('dbconn') or die ('Unable to select database!');
?>
CHAPTER 5
SESSION WITH PACKAGES
5.1 Screenshots
CHAPTER 6
ADVANTAGES AND DISADVANTAGES
6.1 Advantages
6.2 Disadvantages
CONCLUSION
BIBLIOGRAPHY
[1] Silberschatz Korth and Sudharshan: Database System Concepts, 6th Edition, Mc - Graw
Hill, 2013.