Hello guys. Just an example of what I'm talking about, I made a page to show you guys what Im looking for here : http://netroxy.com/51274581336/tablehelp.htm
If anybody can build a script that would do search results for certain categories of games, such as skill games, action games, adventure games, shooter games and display them as search results directly from a mysql database.
Id like to search a specific type of game from my mysql database from the fldCategory column, like Skill games. When the specific game category has been searched, it then displays Image of the game (fldIconMedium) and the title of the game (fldTitle) from the table. So the category ID in the URL would be 'http://www.blabla.com/gameslist.php?cat=skills'. If it was action games being searched for, then it would be 'http://www.blabla.com/gameslist.php?cat=action'. For Mind games its 'php?cat=mind', adventure is 'php?cat=adventure' Notice the 'cat' for category in the URL. I want the results displayed in a table like the one showed in the page I made above. It shows how many results for skills have been found, under it showing 15 results per page view, and the bottom shows numbers from 1 to 10 as an example of how many 'skill' games have been found so the user can click them to look at the rest of the skill games.