Linking tables
Moderator: General Moderators
Linking tables
Yup, Im a newbie to these forums, but not to php. I have know and learned php for about a year now, but im not an expert... Im only 14 actually. But whatever, I remember about reading something about using a simalar object (dont know there real name) to connect 2+ tables in the same database. Can someone help me out on this?
that sounds like you're talking about a 'join'.
there are a few different join types.
inner, left, =, etc.
take a look here for more info on sql joins: http://dev.mysql.com/doc/refman/5.0/en/join.html
there are a few different join types.
inner, left, =, etc.
take a look here for more info on sql joins: http://dev.mysql.com/doc/refman/5.0/en/join.html