Another results as hyperlinks question

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Balveda
Forum Newbie
Posts: 17
Joined: Wed Jun 30, 2010 9:20 pm

Another results as hyperlinks question

Post by Balveda »

ok, Im still working on my WoW guild's db, and have run into another problem that I havent been able to find an answer for.

I have a character search page that returns all the data on that character - this includes all raids they have run with the guild. On the character results page the raid info only displays the date and raid, but I want the date to be a hyperlink to a report of the raid, which will then detail all players involved, loot, etc.

I've been googling this for a while and am just getting more and more confused. Any help would be appreciated :D

Cheers,

Balveda
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: Another results as hyperlinks question

Post by twinedev »

Do you ahve a page set up to display to the report ?

ie http://www.yourserrver.com/report.php?reportnum=2222

Have that page (report.php) set to load in all the data for the report (this would be a primary key associated with the data you have returned.

-Greg
Balveda
Forum Newbie
Posts: 17
Joined: Wed Jun 30, 2010 9:20 pm

Re: Another results as hyperlinks question

Post by Balveda »

I am such a n00b :(

How do I set up the report page?
Post Reply