Adding The page must give user opportunity to add items(people profiles) and then search among them. The first part is adding. User can add items with following fields. All fields must be filled, not empty. first name _____ last name _____ keywords _____ (words describing the person, e.g. html, ysu, 19, etc.) resume attach button (file can be upload, extension of uploaded file must be limited to .doc(x), .pdf, .txt) Searching The data entered is sent to MySQL database and then can be searched from there via these fields: first name _____ last name _____ keywords _____ At least one of the fields above must be used, filling all is not necessary. Item is chosen from Database and shown in case it or part of it contains searched terms. If more then one field is filled during search, only results with both or three field concurrence are shown.