You are on page 1of 19

Training in PHP Project on Tour and Travelism

Priya Kakkar 11000961

Index
Introduction to PHP Introduction to CSS HTML basics Introduction to mysql functions WAMP server Introduction to Project Purpose of the project Snapshots Conclusion

Introduction to PHP
PHP is an open source, server-side, HTML embedded scripting language used to create dynamically generated web pages PHP stands for Hypertext preprocessor. Server-side technology. Case-sensitive PHP is a loosely typed language. Rasmus Lerdorf is the father of PHP. PHP files are saved with .php extension. Common delimiters are <?php ?>

Continued.
PHP is CGI (Common Gateway Interface) CGI program is executed by Web server in response to a request made by Web browser. PHP runs on different platforms (Windows, Linux, Unix, etc.) PHP is compatible with almost all servers like Apache, AOLServer, Roxen and IIS. PHP is easy to learn and runs efficiently on the server side

HTML basics
HTML is a language that helps to create websites. HTML stands for Hyper Text Markup Language HTML is the predominant markup language for web pages. The language uses TAGS to describe web pages. It is not case-sensitive language HTML documents contains HTML tags and plain text.

Introduction to CSS
CSS stands for cascading style sheet CSS are a method of web design that formats web page content according to a presentation style specified by the web page author. It has 2 main parts: selector and declaration Selector is the HTML element you want to style Each declaration consists of a property and value

Introduction to mysql functions


MySQL, the most popular Open Source SQL database management system, is developed, distributed and supported by MySQL AB MySQL AB is a commercial company, founded by the MySQL developers. It is the second generation Open Source company that unites Open Source values and methodology with a successful business model.

MySQL cont
MySQL is fast, stable and true multi-user, multi-threaded SQL database server. SQL(Structured Query Language) is the most popular database query Language in the world. The main goals of MySQL are speed, robustness and ease of use. I have used many mysql functions in my project like 1. mysql_connect 2.mysql_select_db 3. mysql_query 4. mysql_result 5. mysql_num_rows

WAMP server
WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin and SQLiteManager to easily manage the databases. WampServer installs automatically (installer), and its usage is very intuitive. WampServer functionalities are very complete and easy to use.

Project Introduction
This project Fun Holidays Tour and Travels is a project that is intended to book tour packages online as per users interest. The project is carried out through a website where the client can browse and reserve the packages after they register. I have divided the packages according to the days, so booking can be done according to the days you want to book.

Home page

New user page

Tour Package

About us Page

Feedback/Query page

Future Scope
Scope of this project is very broad in terms of getting new impressive tour packages. Few of them are: Multiple Language FacilitiesSoftware supports multiple languages. Backup FacilitiesA proper backup technique is provide in future working mode. Enhanced Security FeaturesIn future security is enhanced on the basis of value ability of data.

Conclusion
This project gives a new looking website to replace file based system. Totally new concept for admin ,client and private users, it will make easier for everyone involved with this agency directly or indirectly. Administrator has a privilege to insert, modify and delete the records . User can register, login and can see all the tour packages with his specific id, and also book the tour online.

You might also like