Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

dingyh1/Ticket-Booking

Repository files navigation

<Ticket-Booking>
Copyright (C) <2013> 
<Abhijeet Ashok Muneshwar>
<openingknots@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
 any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Steps to set up this website in WAMP.
1) Create user in WAMP.
eg.
grant all privileges on *.* to 'abhijeet'@localhost identified by 'abhijeet';
Note: Change the username & password in db_login.php according to your username & password.
2) Create database with name 'book'.
3) Import tables in 'book' database. Go to import tab in WAMP & give path of below file to import.
Ticket-Booking\database\book.sql
4) Please replace below email to email of your website admin, so that admin will receive email on every seat book.
File: Ticket-Booking/register.php
Replce below
mail ("openingknots@gmail.com", "New ticket booked", $email_content);
By
mail ("admin-email@gmail.com", "New ticket booked", $email_content);
5) Done.

About

Ticket booking website using Twitter Bootstrap and PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • PHP 85.6%
  • CSS 14.4%

AltStyle によって変換されたページ (->オリジナル) /