Squintz
Senior Member
One of the features i want to add to my custom site is a caller id log. I don't have any of the caller id hardware yet so that is my first question.
What hardware do i need to buy?
Second i would like to store the information into a file. I prefer a database so that i can keep things neatly organized. (another project will be a rolodex and maybe even a memo pad.) I know atleast two of you prefer text document over Databases but i was hoping someone here can help me get caller id information (Name, Phone Number, Time) into a database. Even if this means putting it into a text file first then loading the text file into the database.
What is your input on this project?
The reason i want to use a Database is because if i creat a rolodex with stored phone numbers names and addresses and use multiple tables. for example
Table one (ID, Name, Phone#)
Table two (ID, Street1, Street2, City, State, Zip, Comments)
Table three(CID# ,Name, Time)
Then i can easily query for a list of times a certain person called or i can easily query for a list of name who called between a certain time. I could also query additional information such as Comments telling more about the Phone Number or the person calling.
Practical use.... Say im a player and im playing multiple females at once. Then when i get a call and my caller id gets loged to m database then i can quickly hit one button and pull up the comments section that goes along with the number. Now i have all the notes that i've been keeping right there in front of me. I can tell her favorite color and her favorite food. Remember her birthday ect.
BTW... Im no player but it could be used for something better im sure.
But all arround the main reason i want to use a database is because i find the Structured Query Language very easy to use with PHP.
So can you help?
What hardware do i need to buy?
Second i would like to store the information into a file. I prefer a database so that i can keep things neatly organized. (another project will be a rolodex and maybe even a memo pad.) I know atleast two of you prefer text document over Databases but i was hoping someone here can help me get caller id information (Name, Phone Number, Time) into a database. Even if this means putting it into a text file first then loading the text file into the database.
What is your input on this project?
The reason i want to use a Database is because if i creat a rolodex with stored phone numbers names and addresses and use multiple tables. for example
Table one (ID, Name, Phone#)
Table two (ID, Street1, Street2, City, State, Zip, Comments)
Table three(CID# ,Name, Time)
Then i can easily query for a list of times a certain person called or i can easily query for a list of name who called between a certain time. I could also query additional information such as Comments telling more about the Phone Number or the person calling.
Practical use.... Say im a player and im playing multiple females at once. Then when i get a call and my caller id gets loged to m database then i can quickly hit one button and pull up the comments section that goes along with the number. Now i have all the notes that i've been keeping right there in front of me. I can tell her favorite color and her favorite food. Remember her birthday ect.
BTW... Im no player but it could be used for something better im sure.
But all arround the main reason i want to use a database is because i find the Structured Query Language very easy to use with PHP.
So can you help?