> I am sorry to post another mysql question, but this one is design related. I
> need to create a relationship between two different tables in two different
> databases. I feel like I am commiting a sin doing so, but it makes sence at
> the application level, and to redesign everything would be disastrous. Any
> comments? Thanks

I don't see any huge problem with this.  I've done it several times in my user
authentication code.  I'm allowing (for some users) a single UID/PW pair for 
access to each of my sites but each of those sites has their own user info
(Name, Address, etc) table.

Chris

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to