Is it possible to have hyperlinks within a database attached to a web server via php?
I am running Slackware 13.0 and using apache + php + postgresql, all the latest versions. I am attaching my database to my website. When a user pulls a query the results will be displayed.
Is it possible to have links embedded in the results? For instance a user inputs a genre of games to see all the games in the genre in the database. When the results are returned on the next page, I want a user to be able to click on the title of a game to take them to another screen with screenshots, summary, and ratings.
How would I go about doing this?
|