Hey all,
I'm am totally new to PHP and MySQL, but I'm getting the grasp of it slowly. Usually I make these small single-table dbs I can connect to the web, but I "inherited" a multiple-table db that I have to generate a final result page from, and I'm stuck.
Table 1:
session_id name url desc
Table 2:
session_id presentation movie
Table 3:
session_id contacts
And my result has to be like:
session_id name url desc presentation movie contacts
Seems simple, but I'm getting boned trying to do it. And of course the deadline is "yesterday".
Any ideas, y'all? I'm really in a pickle, and I'm barely up to speed in the PHP world, so any explicit help would not only be appreciated, but would earn several beers from me when you're next in Amsterdam...
Thanks!