Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 48

ONLINE CAR RENTAL WITH CAR LISTING AND BOOKING

SYSTEM

ABSTRACT

This project is designed so as to be used by Car Rental Company specializing in renting

cars to customers. It is an system through which customers can view available cars, register,

view profile and book car.

In this system if a new spare material item purchase will have in the company then the

basic information about a car rental such as price details, offer details, stock place details, section

details, etc are to be tracked for the future reference. The other sales related information such as

sales order, stock room and company details are maintained and updated whenever it is

necessary. If the material has replace or any return process in the project then the material related

details such item name, purchase details, company name are kept for future reference.

Computerization of this car rental system will increase the products advertisements. The

system should provide necessary security features to maintain the records. This project is

designed in PHP as front-end with MYSQL as back-end Tool. This will create a user-friendly

environment through which user can easily access and view the data.
SL.NO CONTENTS PAGE NO.

INTRODUCTION
1.
1.1 About the Project

1.2 System Specification

SYSTEM STUDY
2.
2.1 Existing System

2.2 Proposed System

3. SYSTEM DESIGN AND DEVELOPMENT

3.1 File design

3.2 Input design

3.3 Output design

3.4 Database design

3.5 System development

3.5.1 Description of Module

4. SYSTEM TESTING AND IMPLEMENTATION

5. CONCLUSION

6. BIBLIOGRAPHY

A.DATA FLOW DIAGRAM

B.TABLES

C.CODING

D.SAMPLE SCREENS
1. INTRODUCTION

1.1ABOUT THE PROJECT

The purpose of code is to facilitate the identification and retrieval of data from the

database. The system will also display meaningful message to the user when the user enter the

incorrect data in the form. The code is written to extract the required user information from the

data. The code is an ordered collection of symbols designed to provide unique identification of

an entity or attribute. The codes for the system are designed for optimum user oriented purpose.

The following are some rules considered in the system. The customer should be given a

"Confirmation Number". Pick Up: The system process a Car Pick Up. Customer walks in and

supplies either the confirmation number, or name. The system should pull up all the reservation

information about this customer. The customer is then asked to supply a drivers’ license. Return:

The system process a return. The system should record the date, time and processed by

Depending on these parameters, the system calculate the final rental amount

 Use a few standard control structures

 Hide the data structures behind the access function


1.2SYSTEM SPECIFICATION

1.2.1HARDWARE REQUIREMENT

Processor : Pentium Core 2 Duo

RAM : 2 GB DDR RAM

Hard Disk : 500 GB

Key Board : Standard IOS Keys

Monitor : 14’ color monitor

Mouse : 3 Button mouse

1.2.2SOFTWARE REQUIREMENT

Operating System : MS-Windows XP/7.

Front End : PHP

Back End : MYSQL


2. SYSTEM ANALYSIS

2.1 EXISTING SYSTEM

A car rental is a vehicle that can be used temporarily for a fee during a specified period.

Getting a rental car helps people get around despite the fact they do not have access to their own

personal vehicle or don't own a vehicle at all. The individual who needs a car must contact a

rental car company and contract out for a vehicle.

2.1.1 DRAWBACK OF EXISTING SYSTEM:

 The manual comes across several drawbacks like consumption of time, maintenance, etc.

 The retrieval of records is difficult and it is a time consuming one, by checking various

records to retrieve records.

 The recording of information consumes more time and it may cause some errors.

 Reports generated manually not provide sufficient information.

 Updating process is also difficult because many manual works are involved.

Due to these drawbacks of the existing system, there is a need for computerization.
2.2 PROPOSED SYSTEM

It is difficult to note down all the problems manually. Instead it is decided to

develop a “CAR RENTAL MANAGEMENT SYSTEM” to ease the operation.

A car rental is a vehicle that can be used temporarily for a period of time with a

fee. Renting a car assists people to get around even when they do not have access to their

own personal vehicle or don't own a vehicle at all. At this point, this person has to supply

some information such as; dates of rental, and type of car. After these details are worked

out, the individual renting the car must present a valid Identification Card.

2.2.1 ADVANTAGES

 It is very easy to use.

 This online car rental system helps in back office administration by streamlining and

standardizing the procedures.

 It saves a lot of time, money and labour

 Automatic update to database once reservation is made or new customer registered:

Whenever there’s new reservation or new registration, the system should be able update

the database without any additional efforts from the admin


SOFTWARE DESCRIPTION

FEATURES OF PHP
WHAT IS PHP?

PHP is a widely-used, open source scripting language used for scripts that are executed on the
server and it is freeware. It is a server side scripting language used to develop attractive and
dynamic web pages. PHP is widely-used, free, and efficient alternative to competitors such as
Microsoft’s ASP.We make available with database used with PHP is MYSQL – which is also an
open source which is an added advantage. PHP’s simple programming style, we attempt to
design in a way that enables anyone with basic programming knowledge to learn and shift to
never-ending opportunity available.

PHP started out as a small open source project that evolved as more and more people found out
how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994.

 PHP is a recursive acronym for "PHP: Hypertext Preprocessor".

 PHP is a server side scripting language that is embedded in HTML. It is used to manage
dynamic content, databases, session tracking, even build entire ecommerce sites.

 It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle,


Sybase, Informix, and Microsoft SQL Server.

 PHP is pleasingly zippy in its execution, especially when compiled as an Apache module on
the Unix side. The MySQL server, once started, executes even very complex queries with huge
result sets in record-setting time.

 PHP supports a large number of major protocols such as POP3, IMAP, and LDAP. PHP4
added support for Java and distributed object architectures (COM and CORBA), making n-tier
development a possibility for the first time.

 PHP is forgiving: PHP language tries to be as forgiving as possible.

 PHP Syntax is C-Like.


COMMON USES OF PHP

 PHP performs system functions, i.e. from files on a system it can create, open, read, write, and
close them.
 PHP can handle forms, i.e. gather data from files, save data to a file, through email you can send
data, return data to the user.
 You add, delete, modify elements within your database through PHP.
 Access cookies variables and set cookies.
 Using PHP, you can restrict users to access some pages of your website.
 It can encrypt data.

CHARACTERISTICS OF PHP

Five important characteristics make PHP's practical nature possible −

 Simplicity
 Efficiency
 Security
 Flexibility
 Familiarity

In order to develop and run PHP Web pages three vital components need to be installed on your
computer system.
 Web Server − PHP will work with virtually all Web Server software, including
Microsoft's Internet Information Server (IIS) but then most often used is freely
available Apache Server. Download Apache for free here
− http://httpd.apache.org/download.cgi
 Database − PHP will work with virtually all database software, including Oracle and
Sybase but most commonly used is freely available MySQL database.
 PHP Parser − In order to process PHP script instructions a parser must be installed
to generate HTML output that can be sent to the Web Browser. This tutorial will
guide you how to install PHP parser on your computer.
PHP Parser Installation

Before you proceed, it is important to make sure that you have a proper environment setup on
your machine to develop your web programs using PHP. If this displays a page showing your
PHP installation related information, then it means you have PHP and Webserver installed
properly. Otherwise you have to follow given procedure to install PHP on your computer. This
section will guide you to install and configure PHP over the following four platforms:

 PHP Installation on Linux or Unix with Apache

 PHP Installation on Mac OS X with Apache

 PHP Installation on Windows NT/2000/XP with IIS

 PHP Installation on Windows NT/2000/XP with Apache

Apache Configuration
If you are using Apache as a Web Server then this section will guide you to edit Apache
Configuration Files.
PHP.INI File Configuration
The PHP configuration file, php.ini, is the final and most immediate way to affect PHP's
functionality.
Windows IIS Configuration
To configure IIS on your Windows machine you can refer your IIS Reference Manual
shipped along with IIS.
Escaping to PHP
The PHP parsing engine needs a way to differentiate PHP code from other elements in
the page. The mechanism for doing so is known as 'escaping to PHP'. There are four ways to do
this.

What are HTML tags?


 HTML tags are used to mark-up HTML elements ƒ
 HTML tags are surrounded by the two characters < and > ƒ
 The surrounding characters are called angle brackets ƒ
 HTML tags normally come in pairs like and ƒ
 The first tag in a pair is the start tag, the second tag is the end tag ƒ
 The text between the start and end tags is the element content
 HTML tags are not case sensitive, means the same as

FuelPHP
FuelPHP is a simple, flexible, community driven PHP 5 web framework. It was born out of the
frustrations people have with the current available frameworks and developed with support from
a community of developers. FuelPHP is extremely portable, works on almost any server and
prides itself on clean syntax.
CakePHP

CakePHP is an open-source web framework. It follows the model–view–controller (MVC)


approach and is written in PHP, modeled after the concepts of Ruby on Rails, and distributed
under the MIT License.

CakePHP uses well-known software engineering concepts and software design patterns, such


as convention over configuration, model–view–controller, active record, association data
mapping, and front controller.

FEATURES of PHP

It is most popular and frequently used world wide scripting language, the main reason of
popularity is; It is open source and very simple.

 Simple

 Faster

 Interpreted

 Open Source

 Case Sensitive

 Simplicity

 Efficiency

 Platform Independent

 Security

 Flexibility
Simple

It is very simple and easy to use, compare to other scripting language it is very simple and
easy, this is widely used all over the world.

Interpreted

It is an interpreted language, i.e. there is no need for compilation.

Faster

It is faster than other scripting language e.g. asp and jsp.

Open Source

Open source means you no need to pay for use php, you can free download and use.

Platform Independent

PHP code will be run on every platform, Linux, Unix, Mac OS X, Windows.

Case Sensitive

PHP is case sensitive scripting language at time of variable declaration. In PHP, all keywords
(e.g. if, else, while, echo, etc.), classes, functions, and user-defined functions are NOT case-
sensitive.
Introduction of SQL

Introduction The Structured Query Language (SQL) is the language of databases. SQL was, is,
and will stay for the foreseeable future the database language for relational database servers such
as IBM DB2, Microsoft SQL Server, MySQL, Oracle, Progress, Sybase Adaptive Server, and
dozens of others. SQL supports a small but very powerful set of statements for manipulating,
managing, and protecting data stored in a database. This power has resulted in its tremendous
popularity. Almost every database server supports SQL or a dialect of the language. Currently,
SQL products are available for every kind of computer, from a small handheld computer to a
large server, and for every operating system, including Microsoft Windows, Mac and many
UNIX variations.

What is a Database?

A database is a structured collection of data that is used by the application systems of some given
enterprise, and that is managed by a database management system. For the purpose of this
course, think of a database as a collection of tables which are connected to each other. IT
Learning Programme (ITLP) in the University of Oxford offers a course on how to design a
database. This course is a pre-requisite to this course. However, if you did not attend the
database designing course, please read the following paragraphs. As we mentioned, a database is
a collection of tables. Each table is similar to a spreadsheet table in which each row is called a
record and each column is called a field.

What is SQL?

Structured Query Language (SQL) is a relational database language which allows you to create,
delete, access and manipulate databases. The following is a list of the main operations that can be
formulated with SQL:

 creating new databases

 deleting a database
 creating new tables in a database

 deleting tables from a database

 creating and removing users (database access control)

 executing queries against a database o retrieving data from a database o inserting records in a
database o updating records in a database o deleting records from a database

 creating stored procedures in a database

 setting permissions on tables and procedures

 creating relationships between tables

MySQL

MySQL is a Relational Database Management System (“RDBMS”). It is used by most modern


websites and web-based services as a convenient and fast-access storage and retrieval solution
for large volumes of data. A simple example of items which might be stored in a MySQL
database would be a site-registered user’s name with associated password (encrypted for
security), the user registration date, and number of times visited, etc.

MySQL can also be accessed using many tools. It can be easily communicated with via PHP
(PHP Hypertext Preprocessor), a scripting language whose primary focus is to manipulate
HTML for a webpage on the server before it is delivered to a client’s machine. A user can submit
queries to a database via PHP, allowing insertion, retrieval and manipulation of information
into/from the database.
Installation Guide to use MySQL

MySQL can be downloaded from http://dev.mysql.com/downloads/. There are also several


MySQL management tools which can be downloaded and installed to allow the manipulation of
MySQL. These tools mainly provide an interface to operate on MySQL. Many of these tools are
free and provide an easy configuration of MySQL with PHP, e.g., XAMPP, WampServer,
AMPPS . Another free MySQL management system is MySQL workbench. It provides database
administrators and developers an integrated environment for database design and modelling,
SQL development, database administration, database migration. In this course we will be using
XAMPP because it is straightforward to install and use.

XAMPP

XAMPP is a freely available software package which integrates distributions for Apache web
server, MySQL, PHP and Perl into one easy installation. If you wish to set up a web server on
your home computer, this is the recommended route. We will be using XAMPP for the purposes
of this course. The teacher will guide through the process of installing XAMPP in the class.
3. SYSTEM DESIGN AND IMPLEMENTATION

3.1 FILE DESIGN

This system contains the menus for various kinds of operations. Menus and Files are
created for displaying the information about customer and company. This system also contains
the command buttons as part of the user interface.

Menu driven programming is very easy to access the programs. In such a way the system
is developed. This system contains the following menus:

 Login

 Vehicle Reservation

 Customer’s Registration

 Group Bookings

 Reports
3.2INPUT DESIGN

Input design process is to design the various inputs needed into a machine-oriented

format. The main objective is to create an input layout that is easy to follow and to avoid

operator errors. In the system design phase, the expanded data flow diagram identifies logical

data flows, data stores, sources and destination. A system flowchart specifies the flow of the

program. Input data are collected and organized into groups of similar data. Once identified,

appropriate input media are selected for processing. Verify in appendix

 A source document differs from a turn around document in that the former contains data

that change the status of a resource while the latter is a machine readable document.

 Transaction throughput is the number of error-free transactions entered during a specified

time period.

 A document should be concise because longer documents contain more data and so take

longer to enter and have a greater chance of data entry errors.

Numeric coding substitute’s numbers for character data mnemonic coding represents data in a

form that is easier for the user to understand and remember.


3.3OUTPUT DESIGN

The output design is another important aspects, which designs the screen separately for
each purpose. Verify in the appendix. This separate designing of the screen helps the data entry
easy and more accurate and also avoid confusion and errors.

The purpose of outputs has been understood and the efficiency of information contained should

be analyzed and conformed.

These guidelines apply for the most part to both paper and screen outputs. Output design

is often discussed before other aspects of design because, from the client's point of view, the

output is the system. Output is what the client is buying when he or she pays for a development

project. Inputs, databases, and processes exist to provide output.

The system provides the Assured Purposeful Output and it meaningful to user. And also

it provides appropriate quantity and appropriate distribution, assured timeliness

The system is designed with output to serve the intended purpose; it does not produce

unwanted at all. The Design output is to fit the users. It meets users' requirements as much as

possible. The system delivers the appropriate quantity of output. Large amounts of output do not

always guarantee productiveness. It assures that the output is where it is needed. Here output

should be directed to the right person only. The system provides the output on time. Her the

output should arrive where its needed on time for making decisions. And here the output will be

in an appropriate format for users.


3.4DATABASE DESIGN

File Design refers to the design of the data organization, in the backup storage systems.
The general theme behind a database is to handle information as an integrated whole. There is
none of the artificially that is normally embedded in the separate files or applications. A database
is the collection of interrelated data stored with minimum redundancy to serve many users
quickly and efficiently. The general objective is to make information access very easy, quick,
inexpensive and flexible for the user.

DATA INTEGRATION

In a database, information from several files are coordinated, accessed operated upon as
through it is in a single file. Logically, the information are centralized, physically, the data may
be located on different devices, connected through data communication facilities.

DATA INTEGRITY

Data integrity means storing all data in one place only how each application to access it.
This approach results in more consistent information, one update being sufficient to achieve a
new record status for all applications, which use it. This leads to less data redundancy; data items
need not be duplicated; a reduction in the direct access storage requirement.

DATA INDEPENDENCE
Data independence is the insulation of application programs from changing aspects of
physical data organization. This objective seeks to allow changes in the content and organization
of physical data without reprogramming of applications and to allow modifications to application
programs without reorganizing the physical data.
The tables needed for each module were designed and the specification were designed
and specification of each and every column was given based on the records and details collected
during record specification of each and every column was given based on the records details
collected during record inspection during system study.
3.5 SYSTEM DEVELOPMENT

3.5.1 MODULE DESCRIPTION

The advancement in Information Technology and internet penetration has greatly

enhanced various business processes and communication between companies

(services provider) and their customers of which car rental industry is not left out. This Car Rent

al System is developed to provide the following Modules:

 Login Module

 Vehicle Reservation

 Customer’s Registration

 Group Bookings

 Reports Module

DESCRIPTION

LOGIN MODULE

The login module is the main person of this system. It can have all the privileges to do
anything in this system. Admin can get the information regarding various sources.

VEHICLE RESERVATION MODULE

A tools through which customers can reserve available cars prior to their expected pick-

up date or time.

CUSTOMER’S REGISTRATION MODULE

A registration portal to hold customer’s details, monitor their transaction and used same

to offer better and improve services to them.


GROUP BOOKINGS MODULE

Allows the customer to book space for a group in the case of weddings or corporate

meetings (Event management).

REPORTS MODULE

This module takes care of report generation for various transactions carried
out in the system. This also helps with a detailed report on the current information
of various details.
4. TESTING AND IMPLEMENTATION

4.1TESTING

Testing objectives include

 Testing is a process of executing a program with the intent of finding an error.


 A good test case is one that has a high probability of finding an as yet undiscovered error.
 A successful test is one that uncovers an as yet undiscovered error.

Testing should systematically uncover different classes of errors in a minimum amount of


time and with a minimum amount of effort. A secondary benefit of testing is that it demonstrates
that the software appears to be working as stated in the specifications. The data collected through
testing can also provide an indication of the software's reliability and quality. But, testing cannot
show the absence of defect -- it can only show that software defects are present.

UNIT TESTING

Unit testing verification efforts on the smallest unit of software design, module. This is
known as “Module Testing”. The modules are tested separately. This testing is carried out
during programming stage itself. In these testing steps, each module is found to be working
satisfactorily as regard to the expected output from the module.

INTEGRATION TESTING

Integration testing is a systematic technique for constructing tests to uncover error


associated within the interface. In the project, all the modules are combined and then the entire
programmer is tested as a whole. In the integration-testing step, all the error uncovered is
corrected for the next testing steps.

VALIDATION TESTING
To uncover functional errors, that is, to check whether functional characteristics confirm
to specification or not
ACCEPTANCE TESTING
Assuming that the users find no major problems with its accuracy the system passes
through a final acceptance test. This last test confirms that the system meets the original goals,
objectives and requirements established during design.
User acceptance of a system is the key factor for the success of any system. The system
under consideration is tested for user acceptance by constantly keeping in touch with the
prospective system users at the time of developing and making changes where ever required.

The new system developed was tested by the acceptance testing method. Acceptance test
incorporates both unit testing and integration testing. The user provided test area. Thus the
system was successfully tested and it satisfies the user requirements. Afterwards it was
implemented successfully.
4.2SYSTEM IMPLEMENTATION

After having the user acceptance of the new system developed, the implementation phase
begins. Implementation is the stage of a project during which theory is turned into practice.
During this phase, all the programs of the system are loaded onto the user's computer. After
loading the system, training of the users starts. Main topics of such type of training are:

 How to execute the package


 How to enter the data
 How to process the data (processing details)
 How to take out the reports
After the users are trained about the computerized system, manual working has to shift
from manual to computerized working. The following two strategies are followed for running the
system:

i. Parallel run: In such run for a certain defined period, both the systems i.e. computerized
and manual are executed in parallel. This strategy is helpful because of the following:
o Manual results can be compared with the results of the computerized system.
o Failure of the computerized system at the early stage, does not affect the working
of the organization, because the manual system continues to work, as it used to
ii. Pilot run: In this type of run, the new system is installed in parts. Some part of the new
system is installed first and executed successfully for considerable time period. When the
results are found satisfactory then only other parts are implemented. This strategy builds
the confidence and the errors are traced easily.
5. CONCLUSION

The project “ONLINE CAR RENTAL WITH CAR LISTING AND BOOKING

SYSTEM” has been developed in PHP as front end and MYSQL as back end. It is user friendly

and provides necessary information. Necessary information needed for later reference is also

stored. Varies reports as needed by the company are generated.

A person who has little knowledge about computer, about PHP and production field also

can use this software efficiently. Though enhancement can be done to this software. The

software developed is well secured with user password and this doesn’t allow anyone to enter

into the software. This software can be operated easily. Since the success of the project depends

largely on how accurately the problem is defined, thoroughly investigated and properly carried

out through the choice of solutions, the existing system is analyzed in detail.
BIBLIOGRAPHY

1. PHP Objects, Patterns, and Practice (Paperback) 


by Matt Zandstra
2. PHP and MySQL Web Development (Developer's Library) 
by Luke Welling 
3. Programming PHP (Paperback) 
by RasmusLerdorf
4. PHP Object-Oriented Solutions (Paperback) 
by David Powers
5. PHP Cookbook (Paperback) 
by Adam Trachtenberg
6. Modern PHP: New Features and Good Practices (Paperback) 
by Josh Lockhart
7. Head First PHP & MySQL (Paperback) 
by Lynn Beighley
8. Essential PHP Security (Paperback) 
by Chris Shiflett
APPENDIX
A. DATAFLOW DIAGRAM

ONLINE CAR RENTAL


WITH CAR LISTING AND
BOOKING
SYSTEM
Vehicles Details
Order Entries
Customer Waiting/Allot
Order Entries Entries Details Vehicles
Entries
Customer Entries Waiting/ Allot Details

Order Database
Customer DB
Vehicles DB

Order Table Waiting/ Allot DB

Vehicles Details
Customer Table Waiting/ Allot Table

Customer Report

Order Report

Vehicles Wise Report


Waiting/ Allot Report
B.TABLE DESIGN

TABLE NAME : Employee Table

PRIMARY KEY : Eid

FIELD NAME DATA TYPE DESCRIPTION

Eid Text Employee ID

EName Text Employee Name

Address Text Address

City Text City

Phone number Number Phone number

Description Text Description

TABLE NAME : Booking Table

Foreign Key : Bid

FIELD NAME DATA TYPE DESCRIPTION

Bid Int Book ID

CName NVarchar Customer Name

DName NVarchar Driver Name

CarName NVarchar Car Name

BDate Date/Time Booking Date

Noofdays Int Number Of Days

Charge Nvarchar Charge

Price Int Price

Totalamt Int Total Amount


TABLE NAME : Car Table

Foreign Key : Cid

FIELD NAME DATA TYPE DESCRIPTION

Cid Int Car ID

CName NVarchar Car Name

Brand NVarchar Brand

Model NVarchar Model

Type NVarchar Type

Color NVarchar Color

Platenum NVarchar Platenum

Description NVarchar Description of Car

TABLE NAME : Driver Table

Foreign Key : Did

FIELD NAME DATA TYPE DESCRIPTION

Did Int Driver ID

DName NVarchar Driver Name

Address NVarchar Address

City NVarchar City

MobileNo NVarchar Mobile Number

Description NVarchar Description of Driver


TABLE NAME : Members Table

Foreign Key : Mid

FIELD NAME DATA TYPE DESCRIPTION

Mid Int Member ID

MName NVarchar Member Name

Gender NVarchar Gender

Dob Date/Time Date of Birth

Address NVarchar Address

Email NVarchar E-Mail


C. SAMPLE CODING

<?php

// This file is www.developphp.com curriculum material

// Written by Adam Khoury January 01, 2011

// http://www.youtube.com/view_play_list?p=442E340A42191003

// Script Error Reporting

error_reporting(E_ALL);

ini_set('display_errors', '1');

?>

<?php

// Run a select query to get my letest 6 items

// Connect to the MySQL database

include "storescripts/connect_to_mysql.php";

$dynamicList = "";

$sql = mysql_query("SELECT * FROM products ORDER BY date_added DESC LIMIT 6");

$productCount = mysql_num_rows($sql); // count the output amount

if ($productCount > 0) {

while($row = mysql_fetch_array($sql)){

$id = $row["id"];

$product_name = $row["product_name"];

$price = $row["price"];
$date_added = strftime("%b %d, %Y", strtotime($row["date_added"]));

$dynamicList .= '<table width="100%" border="0" cellspacing="0"


cellpadding="6">

<tr>

<td width="17%" valign="top"><a href="product.php?id=' . $id . '"><img


style="border:#666 1px solid;" src="inventory_images/' . $id . '.jpg" alt="' . $product_name . '"
width="77" height="102" border="1" /></a></td>

<td width="83%" valign="top">' . $product_name . '<br />

$' . $price . '<br />

<a href="product.php?id=' . $id . '">View Product Details</a></td>

</tr>

</table>';

} else {

$dynamicList = "We have no products listed in our store yet";

mysql_close();

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Store Home Page</title>

<link rel="stylesheet" href="style/style.css" type="text/css" media="screen" />

</head>

<body>

<div align="center" id="mainWrapper">

<?php include_once("template_header.php");?>

<div id="pageContent">

<table width="100%" border="0" cellspacing="0" cellpadding="10">

<tr>

<td width="32%" valign="top"><h3>What the Hell?</h3>

<p>This website is very temporarily being used as an online live showcase area for an E -
Commerce tutorial script set Adam is creating which can be seen on his channel here:<br />

<a href="http://www.youtube.com/flashbuilding"
target="_blank">http://www.youtube.com/flashbuilding</a> </p>

<p>It is not an actual store and it will change directly after the tutorial series. <br />

<br />

This tutorial series is for educational purposes only. Use the scripts at your own
risk.</p></td>

<td width="35%" valign="top"><h3>Latest Designer Fashions</h3>

<p><?php echo $dynamicList; ?><br />

</p>
<p><br />

</p></td>

<td width="33%" valign="top"><h3>Handy Tips</h3>

<p>If you operate any store online you should read the documentation provided to you by the
online payment gateway you choose for handling the checkout process. You can get much more
insight than I can offer on the various details of a gateway, from the gateway providers
themselves. They are there to help you with whatever you need since they get a cut of your
online business dealings.</p></td>

</tr>

</table>

</div>

<?php include_once("template_footer.php");?>

</div>

</body>

</html>

<div id="pageHeader"><table width="100%" border="0" cellspacing="0" cellpadding="12">

<tr>

<td width="32%"><a href="http://www.yoursite.com/index.php"><img


src="http://www.yoursite.com/style/logo.jpg" alt="Logo" width="252" height="36"
border="0" /></a></td>

<td width="68%" align="right"><a href="http://www.adamkhoury.com/cart.php">Your


Cart</a></td>
</tr>

<tr>

<td colspan="2"><a href="http://www.yoursite.com/index.php">Home</a> &nbsp; &middot;


&nbsp; <a href="#">Products</a> &nbsp; &middot; &nbsp; <a href="#">Help</a> &nbsp;
&middot; &nbsp; <a href="#">Contact</a></td>

</tr>

</table>

</div>
D. SAMPLE FORMS

HOME PAGE
LOGIN PAGE
SIGNIN PAGE
DASHBOARD
CREATE BRAND
MANAGE BRANDS
REGISTERED USERS
UPDATE CONTACT INFORMATION
POST A VECHICLE
FIND YOUR CAR
BOOK NOW
GENERAL SETTINGS
BOOKING DETAILS

You might also like