I am currently designing a web site for an independent study at university. I am linking the web site to an MySQL database. However, I have to include 3 linked tables. How do I link them? I am using Web Mania for hosting. Hope someone can help. Thanks
A linked table is one that typically has a key, in this case foregin key, in common with another table.
Ergo:
Users
user_id | username
Address
address_id | address_1 | city
User_address
user_id | address_id
__________________
I rarely give code examples.
No, I have never used IIS or Windows of any kind as a web server. Get a real OS!
Please don't PM me, I won't respond.
Thank you for your reply. I've been away and will start work again tomorrow. I will try your suggestion.
Must read Review for Serious PHP Developers
NuSphere PhpED 5.5
: The Staff of php-editors.com recently spent a few days working with NuSphere
PhpED 5.5
(a popular PHP IDE) and
NuCoder 2.0
(a PHP Encoding Utility), read up on all the details.