PHP Assignment

Company Contact Database for Aiesec, a student society

Unfortunately it is impossible (or at least very hard) to display the PHP pages without an internet server running in the background.

Therefore this page merlely offers a link to a webpage and some screenshots how it looks in action.

My personal aim in the php assignment was to give Aiesec in Trinity a possibility to store there information about company contacts and meetings in a place where all members can easily access it. The real database, however, is passord protected. But even in the password protected version there is no update or delete functionality for the entries. This can be done in PHPmyAdmin, a software which is also accessible via the internet and offers all possibilities to add, update or delete entries. The last screenshot shows the user interface of PHPmyAdmin. To avoid misunderstandings, I didn't develop PHPmyAdmin, it is a program on its own.

Link to the PHP assignment : http://www.netsoc.tcd.ie/~martin/ADBase/ , feel free to add new information and test the system, this is only a test environment, the real environment is password protected at a different place.

Below is a screenshot from the main page. You see a listing of all companies which are currently stored in the database. If you click on a name of a company, you can see more details about the company, as shown in the next screenshot. In the third screenshot you can see one of the three pages where you can enter new information to be stored in the database. In the last picture you can then see how the user interface of PHPmyAdmin looks.