Click to See Complete Forum and Search --> : Search Information


june82
10-15-2006, 03:28 AM
Hi, can anyone please explain to me how a search works on the major airline sites when you go searching for flights.

Like when you click you want to depart from X to Y and then it shows you all the possible routes or connections required.

Any idea?

trainstorm
10-30-2006, 10:20 AM
the keyword will be matched against any similar words in the particular field in the database that is specified in the search. a search such as this utilises elements that are fundamental to server-side scripting. eg:

sql="SELECT * FROM flights WHERE destination = "&searchword

hope this helps,

TrainStorm (http://www.trainstorm.co.uk)

etylocus
10-30-2006, 12:20 PM
:eek: