flights search engine

Discussion in 'PHP' started by raved, Apr 29, 2010.

  1. #1
    Hello

    i´m not a programmer, i know the basics in php only, im studing for web design and markting, so i have a travel blog in portugal and i want to make a simple search flight engine, for 3 airlines only, the cheapest airlines, i try to get a tuturials in the net but i didn´t found anything. And i know with a coder is very exepensive.

    So if anybody can give me same help will make me happy.

    thanks
     
    raved, Apr 29, 2010 IP
  2. sevnrock

    sevnrock Peon

    Messages:
    241
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That's a very specific thing. I'd start by looking for feeds on flights from those 3 airlines and start from there, you may have to pay.
     
    sevnrock, Apr 29, 2010 IP
  3. bytes

    bytes Peon

    Messages:
    39
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you can use ready-to-use JS widget, e.g. paste this code into your blog:

    
    <script type="text/javascript" src="http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js"></script>
    <script type="text/javascript">if (WIDGETBOX) WIDGETBOX.renderWidget('b9a0a0dd-2165-4a37-b2d2-ddc34fbc6b79');</script>
    <noscript>Get the <a href="http://www.widgetbox.com/widget/expedia-multi-booking-panel-widget">Expedia Multi-Booking Panel Widget</a> widget and many other <a href="http://www.widgetbox.com/">great free widgets</a> at <a href="http://www.widgetbox.com">Widgetbox</a>! Not seeing a widget? (<a href="http://docs.widgetbox.com/using-widgets/installing-widgets/why-cant-i-see-my-widget/">More info</a>)</noscript>
    
    HTML:
    But then this is not related to PHP :)
     
    bytes, Apr 30, 2010 IP