[PHP] sql query with join and same column twice...

2001-08-30 Thread Web Manager
Hello, Here are 2 tables: airport - airport_id name code city_id destination --- destination_id dest_name airport_dep_id // using airport.airport_id (departure) airport_arr_id // using airport.airport_id has well (arrival) I have 2 columns in the second table that uses the

[PHP] Re: large external script to include in many pages

2001-08-13 Thread Web Manager
Henrik Hansen wrote: > > [EMAIL PROTECTED] (Web Manager) wrote: > > > Hello, > > > > I am testing a new DHTML code for navigation menus. I plan to use it > > throughout my web pages made with PHP. The script is about 600 lines > > long! > > >

[PHP] large external script to include in many pages

2001-08-13 Thread Web Manager
Hello, I am testing a new DHTML code for navigation menus. I plan to use it throughout my web pages made with PHP. The script is about 600 lines long! Beside making a : define (script1, "" . "" . "" . ""); and calling the script1 name in my PHP pages... this will be very, very long, is there