So given the same database diagram ("MovieMain", "Actors", "Genre", then a
table named "MovieActor" to allow multiple actors to be associated with a
movie, and "MovieGenre" to allow multiple genre's to be associated with a
movie), can you steer me in the right direction on writnig the PHP to
displa
Alexey Kupershtokh wrote:
Hi.
In trying to learn PHP and MySQL, I'm trying to create a web-based
database
application that will keep track of my movies. I have five tables (shown
in
the graphic). I'm trying to be able to display the results of the tables
with one movie title, all of the actors a
Hi.
> In trying to learn PHP and MySQL, I'm trying to create a web-based
database
> application that will keep track of my movies. I have five tables (shown
in
> the graphic). I'm trying to be able to display the results of the tables
> with one movie title, all of the actors associated with it,
Excellent! That's exactly what I needed to know! Thanks a million!
"Justin Patrin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> News.Php.Net wrote:
> > Hi everyone!
> >
> > In trying to learn PHP and MySQL, I'm trying to create a web-based
database
> > application that will kee
News.Php.Net wrote:
Hi everyone!
In trying to learn PHP and MySQL, I'm trying to create a web-based database
application that will keep track of my movies. I have five tables (shown in
the graphic). I'm trying to be able to display the results of the tables
with one movie title, all of the actors