Well as you can see, i am part of a virtual airline and i was wondering how to make it so i can list individual pilots name(no doubles), flight time, and so on. I am new to php and if you know the answer to this, please help
You will use some kind of database (Oracle, mysql, etc). Most likely mysql to store the information. You will have to run a query to get the information. You will use PHP to simply react with the database and receive and display the information that is ouput from the database.
Bookmarks