За последние 24 часа нас посетили 20042 программиста и 1667 роботов. Сейчас ищут 1897 программистов ...

Task for Junior Developer (Need help)

Тема в разделе "Сделайте за меня", создана пользователем Biggie, 30 окт 2016.

  1. Biggie

    Biggie Новичок

    С нами с:
    30 окт 2016
    Сообщения:
    1
    Симпатии:
    0
    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.