MySQL Forums
Forum List  »  Newbie

Basic DB Questions [mysql+php]
Posted by: cooc
Date: August 16, 2004 08:29AM

Hi!
i want to make a phonebook using php+mysql.
there should be an option to insert the phone number & the email of a person. & then users should be able to search for a persons email by entering his phone-number. if a person is entering his number (again) but with a different email, the number stay the same & the 2nd email is recorded [so now there is a list of 2 emails in the DB] & so on... & so on...
i found here:
http://www.webpronews.com/webdevelopment/basicdevelopment/wpn-37-20040220PHPandMySQLAddingdata.html
a nice article on how should i record the data.
but still i don't know how to make the DB & most important: how to search the DB (& show the info), & how to make it ADD the email to a list of emails (if a person is adding his number again BUT with a different email)
thanks

Options: ReplyQuote


Subject
Written By
Posted
Basic DB Questions [mysql+php]
August 16, 2004 08:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.