Jump to content

Linking Tables


hoponhiggo

Recommended Posts

Hi Chaps

 

I currently have 2 tables:

 

Users - this contains basic user regisration details in the following rows: id, username, password etc

 

Messages - this contains posts which are displayed on a page and contains the follwoing rows: messageid, message

 

 

These two tables need to be linked together so that i can display the name (username) of the person who left the message.

 

Can anybody tell me the best way to do this?

 

Thanks

 

 

Link to comment
https://forums.phpfreaks.com/topic/234169-linking-tables/
Share on other sites

When they're posting messages they aren't new anymore. They exist in the system. And if they exist they must have an ID number.

 

When you logged them in you must have queried the database. When you do so, grab the user ID. Then when they post messages, stick that ID into your INSERT query.

Link to comment
https://forums.phpfreaks.com/topic/234169-linking-tables/#findComment-1203606
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.