Kapitan Posted September 17, 2015 Report Share Posted September 17, 2015 Hi i just wonder if there is any way that if i want to transfer all schedules from/to the specific airport for example if airport will be closed for some time. Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted September 18, 2015 Members Report Share Posted September 18, 2015 Only via a sql query For example <code>update phpvms_schedules set depicao = 'LGKO' where depicao ='LGRP' </code> This will change all schedules with departure ap lgrp to lgko Quote Link to comment Share on other sites More sharing options...
Kapitan Posted September 20, 2015 Author Report Share Posted September 20, 2015 Only via a sql query For example <code>update phpvms_schedules set depicao = 'LGKO' where depicao ='LGRP' </code> This will change all schedules with departure ap lgrp to lgko Thank you thats work for me . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.