How create a DRY workflow for associating phone numbers with users.
Posted
by aaroninfidel
on Stack Overflow
See other posts from Stack Overflow
or by aaroninfidel
Published on 2010-04-20T19:14:55Z
Indexed on
2010/04/20
19:23 UTC
Read the original article
Hit count: 270
Hi there,
So basically what I'm working with is a database full of phone numbers.
if I get one of those users from that phone database and they sign up to my website I want to automatically associate the number from the database that is already present, how would I go about linking those 2 tables together once a user signs up?
-Aaron
© Stack Overflow or respective owner