Phone Book (Example for PHP+SQLite)
A very simple phone book script. SQLite, the SQL database without server.
My phone numbers
 |
 Last name |
 First name |
 Phone number |
 Command |
 |
 | Dent | Arthur | 14159265361 | [DELETE] | |
 |
 | McMillan | Tricia Marie (Trillian) | 14159265360 | [DELETE] | |
 |
Add entry
Show source code