Task In php Design page for Add record

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • Create table:
     Personal details: Store all records after save the data
    Country: In country drop-down list data should be come from country table.
     State: After choose the country name; data should automatically come in state drop-down
    list from state table (use relationship between country and state).
     Hobbies: List of hobbies should be created from hobbies table.
    Show page: Create show page to show the particular record after click on show icon.
    Edit Page:
    Edit Page is same as Add Record page but button name will be Update.
    Use of bellow tech-list is compulsory:
    o PHP
    o Jquery
    o Ajax
    o JavaScript
    o HTML
    o CSS
    o MySQL
    Note:
    1. Name length should be 25 character, any blank space is not allow before save in database.
    2. Age should be between 20-50.
    3. Email-Id should be in proper formats.
    4. Hobbies should be stored in table separated by comma (,) as shown in above table.
    5. Make your own form design but field will be same.

КОМЕНТАРІ •