Jump to content

Removing unwanted airports (Solved)


clawsonsa

Recommended Posts

  • Moderators

Yes there is, i done it with my lot a while ago through phpmyadmin, i cant remember the exact query now but do a backup of that table just incase things get screwed, they you can restore if it goes wrong.

You can use wild cards so,

DELETE FROM `phpvms_airports`

WHERE `icao` =LP**

Something like that "NOT TESTED" so make sure you test first

Link to comment
Share on other sites

The easiest way is if you have phpMyAdmin which most hosts do. Just go to your cPanel and click the icon the says phpmyadmin and click on your tables, find the phpvms_airports table select the checkbox for the ones you wish to remove and remove them.

Although the alternative if you don't have phpmyadmin is using an SQL query.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...