tables for a booking airline ticket online site

Discussion in 'PHP' started by Hannaspice, Jul 5, 2010.

  1. #1
    Hi everyone,

    I would like to own an airline ticket site, but it is so hard to me.

    In first step I dun know how to build the tables:maybe
    -id
    -from
    -to
    -...

    something like this site:
    http://www.cheapoair.com/

    or:
    https://www.webrepjegy.hu/

    After you click search, some results can be display.I can prog a simple search from data.

    If someone has any idea, pls tell me or if you would like some money to buil up me a site like this pm to me.

    Thanks for coorp.:)
     
    Hannaspice, Jul 5, 2010 IP
  2. webal

    webal Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try to search ready script from script sites.
     
    webal, Jul 5, 2010 IP
  3. Hannaspice

    Hannaspice Active Member

    Messages:
    77
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #3
    oh, I would like to creat tables first not scripts.
     
    Hannaspice, Jul 5, 2010 IP
  4. pig2cat

    pig2cat Active Member

    Messages:
    299
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #4
    install phpmyadmin on your server, it makes it really easy to create tables and gives you a nice overview of everything
     
    pig2cat, Jul 5, 2010 IP
  5. webal

    webal Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    it would be like below;

    id
    userid
    fromid
    toid
    datetime
    seatcount
    ip
    lastcanceldate
    paid
    ....etc
     
    webal, Jul 5, 2010 IP
  6. Hannaspice

    Hannaspice Active Member

    Messages:
    77
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #6
    It's great, thanks.
     
    Last edited: Jul 7, 2010
    Hannaspice, Jul 7, 2010 IP
  7. johny321

    johny321 Member

    Messages:
    293
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #7
    First of all make the table & then add simple php Script in your site.
     
    johny321, Jul 7, 2010 IP
  8. webal

    webal Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    also you need ports table;

    id
    portname
    country
    city
    ....
     
    webal, Jul 7, 2010 IP