enderhegemon
Technical User
Hi,
I noticed similar questions, but I'm having trouble figuring out a solution for my specific problem.
Basically, I have a film database. It contains the usual information: director, writer, cast, etc.
There is an information box on the page that shows the following: director, writer, cast, and director of photography. The layout of the table is similar to the following (the writer and director are assumed to be the same person):
--------------------------------------
Writer & Director
*name of writer & director*
Cast
*name of character* - *name of person*
Director of Photography
*name of director of photography*
--------------------------------------
I understand that I can use "do...while", but that doesn't work because my information isn't in sequence. Also, the script needs to handle future films that have the same people who do different roles.
Thanks for the help.
I noticed similar questions, but I'm having trouble figuring out a solution for my specific problem.
Basically, I have a film database. It contains the usual information: director, writer, cast, etc.
There is an information box on the page that shows the following: director, writer, cast, and director of photography. The layout of the table is similar to the following (the writer and director are assumed to be the same person):
--------------------------------------
Writer & Director
*name of writer & director*
Cast
*name of character* - *name of person*
Director of Photography
*name of director of photography*
--------------------------------------
I understand that I can use "do...while", but that doesn't work because my information isn't in sequence. Also, the script needs to handle future films that have the same people who do different roles.
Thanks for the help.