Skip to content

BPG practical test CRUD Phonebook

Notifications You must be signed in to change notification settings

autoframe/BPG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFG

Description

Fully functional page that can add/retrieve/delete/search phone numbers. The class should prevent to create duplicates.

Used this link to make an array with the country prefix and name https://en.wikipedia.org/wiki/List_of_country_calling_codes If it can't validate a prefix, then: 07, 02, 03 are Romanian, else german

00 will be converted to + '-' and space will be replaced with NULL

Insert should return the last insert id, and if duplicate found, it should return the original row id

How to use

About

BPG practical test CRUD Phonebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.9%
  • CSS 34.1%
  • PHP 5.0%