How to use Join, mysql/php

Asked

Viewed 47 times

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...

  • 3

    Join belongs to the sql language and not to php. You can start here: What is the difference between Ner Join and Uter Join?

  • 1

    To solve your problem you can start by explaining and detailing exactly what your code is and what doesn’t work ;)

  • I’ve done it, and I got help, but I just wanted to dig a little deeper into it, thank you =)

  • 1

    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/

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.