The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Here's the scenario; I SELECT gameReview FROM games,member WHERE games.gameReviewer = member.memberRealName. However, there are several gameReview's WHERE games.gameReviewer = member.memberRealName and I therefore want to display the name of all the games these reviews are about. So I SELECT gameName FROM games,member WHERE games.gameReviewer = member.memberRealName.
Now, how do I display all these game names as links to the update page WITH the review already in the box where it can be edited?
Note : a PHP session is already open.
Thanks folks, in advance that is.
Here's the scenario; I SELECT gameReview FROM games,member WHERE games.gameReviewer = member.memberRealName. However, there are several gameReview's WHERE games.gameReviewer = member.memberRealName and I therefore want to display the name of all the games these reviews are about. So I SELECT gameName FROM games,member WHERE games.gameReviewer = member.memberRealName.
Now, how do I display all these game names as links to the update page WITH the review already in the box where it can be edited?
Note : a PHP session is already open.
Thanks folks, in advance that is.