0
I’m starting with PHP now, and I’d like to know what it’s for and how to use Join, I think it would help solve my problem, but I don’t even know where to start...
0
I’m starting with PHP now, and I’d like to know what it’s for and how to use Join, I think it would help solve my problem, but I don’t even know where to start...
Browser other questions tagged php mysql join
You are not signed in. Login or sign up in order to post.
Join belongs to the sql language and not to php. You can start here: What is the difference between Ner Join and Uter Join?
– rray
To solve your problem you can start by explaining and detailing exactly what your code is and what doesn’t work ;)
– brasofilo
I’ve done it, and I got help, but I just wanted to dig a little deeper into it, thank you =)
– Bruno Ferreira
This article explains the relationship between tables (important for those who are starting out), the use of Joins and their variations: http://blog.thiagobelem.net/relations-no-mysql/
– Mastria