Page 1 of 1

Another results as hyperlinks question

Posted: Tue Sep 07, 2010 10:01 pm
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

Re: Another results as hyperlinks question

Posted: Tue Sep 28, 2010 7:42 pm
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

Re: Another results as hyperlinks question

Posted: Wed Oct 06, 2010 3:46 am
by Balveda
I am such a n00b :(

How do I set up the report page?