Thanks to this topic a couple months back i have been able to get the page up and running
http://www.dreaminco...h...=102412&hl=
http://crzyproductio...natio/test3.php
Due to some recent set backs in my personal life i haven't been able to get the game.php part right. I was wondering if some one new what function i would use to get the game information to show. I'm completely lost and have no idea where to start. Or waht to even search google for.
So what i want it to show is when a user clicks on the game name to go to game.php and show the box art description and other things that are in the database. I just don't know what to use. I was thinking the $_Get function but im not sure. Could some one please point me in the right direction?
Link to new page to show data?Lost please suggest a tutorial.
Page 1 of 1
1 Replies - 501 Views - Last Post: 04 October 2009 - 10:07 PM
Replies To: Link to new page to show data?
#2
Re: Link to new page to show data?
Posted 04 October 2009 - 10:07 PM
first you need to add link tags to your game name <a href="game.php?id=<?php echo $result['id']?>... and then in game.php try to use $_GET['id'] to filter your query
select * from tblgames where id=".$_GET['id']
and than execute your query and show the result in your page.
select * from tblgames where id=".$_GET['id']
and than execute your query and show the result in your page.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|