Hi all, i need some newbie help that shouldn't be to hard. Here's what i'm trying to.
I have a php page that returns the results on a predefined query in a table and that part works fine. I want to be able to click on the result, and have it pull up a new page with that field, and then the description field that in the same table on that row.
so basically you would see a Name, you click the name, and the attached desciption would come up.
I can't figure it out. I came up with this, but it obviously didn't work
print ("<td align=center valign=top><a href="$Row[Movie_Name]">$Row[Movie_Name]</a></td>\n");
Any help would be great, thanks
Brian