What Kind of Programming Do I Need?

Discussion in 'Programming' started by flagday, Jan 26, 2007.

  1. #1
    I have to design a site that involves taking reservations and scheduling, kind of like an Expedia or Travelocity clone. What kind of programming is needed for this type of project: asp, perl?

    Sorry for the Newb question, but I know PHP and CSS won't do what my client wants, and I just want to know what it is I'm going to be outsourcing for.

    TIA.
     
    flagday, Jan 26, 2007 IP
  2. sethuhdiah

    sethuhdiah Well-Known Member

    Messages:
    1,651
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    130
    #2
    you should use joomla CMS and its extension jomres booking management system
     
    sethuhdiah, Jan 26, 2007 IP
  3. rb3m

    rb3m Peon

    Messages:
    192
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    PHP could do it, but you will need to get a database involved to handle all the order taking and schedule tables and so on. MySQL is the usual one, but there are others available. You can also use asp or asp.net with an SQLServer database manager if you are going to use a Microsoft server.

    The above suggestion is also good and will likely save development time.
     
    rb3m, Jan 26, 2007 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #4
    Yup, you could literally do it in any server-side language but make sure it has connectivity to the latest DB's
     
    ccoonen, Jan 26, 2007 IP