Hello All,
I am trying to build an index page that contains hyperlinks that use value and name to transfer information over to another page, but I am not a 100% sure how to go about it. I have tried setting up a form and within the form offer hyperlinks to a page called movie.php and named the value and name of the hyperlink to row[0] (which when viewing the html code says 7(the id number) this is correct), but I am not sure how i go about calling an array element on another page. I have seen where you say $movie = $POST('$name'), but in my case i would have to do something like $movie = $POST(row[0]), which doesn't work. Could someone point me in the right direction to get this to work.
Thanks,
Troy