PHP Question

If you need help building your website, this is the place to hang out. If you're an HTML, PHP, Perl or web database geek, check it out. / Si vous avez besoin d'aide pour construire votre site web, c'est le forum à regarder! Si vous êtes un expert en HTML, PHP, Perl ou en base de données, c'est le forum pour vous!
Post Reply
JayGee
The Accomplished One / L'Accompli
Posts: 110
Joined: Wed Oct 01, 2008 2:49 am
Location: Detroit, MI, USA

PHP Question

Post by JayGee »

Okay, this is what I want to do, and wanted to know if there was an easy way to do it.

I want to be able to make each players name clickable that would open another page that would display their career stats. For example

Code: Select all

Player Name                   PO CK FG DI SK ST DU PH FO PA SC DF EX LD MO PO - Age Weight  Height     Salary Contract
Aaron Downey (---)            RW 72 86 34 61 78 70 55 48 55 57 63 66 63 50 4  - 34  215 Lbs 6 ft 1             0 year
Aaron Gavey (---)             C  54 48 57 55 72 44 49 48 53 51 54 69 55 50 14 - 32  189 Lbs 6 ft 2             0 year
Aaron Johnson (---)           D  74 52 69 67 78 68 56 44 56 59 66 54 59 50 55 - 25  211 Lbs 6 ft 2     835,000 0 year
Aaron Miller (---)            D  68 49 82 61 80 82 62 44 58 57 70 80 66 50 1  - 37  218 Lbs 6 ft 3     550,000 0 year
Aaron Rome (---)              D  79 83 57 68 76 67 58 45 50 56 65 48 55 50 52 - 25  204 Lbs 6 ft 1     600,000 1 year
Aaron Voros (---)             LW 72 92 26 65 79 74 58 47 60 65 62 47 59 50 40 - 27  205 Lbs 6 ft 3             0 year
That is part of the Unassigned Players list, would there be a way to make their names clickable to open another page in another frame? Hopefully a PHP wiz out there could help. Or whenever their name appears on any page their name turns into a link that could be clicked on to make a page appear in another frame?
Str_QNHL
The Addict / Le Drogué
Posts: 752
Joined: Fri Oct 28, 2005 2:42 pm
Location: Ste-Julie
Contact:

Re: PHP Question

Post by Str_QNHL »

_______________
Stephane Roy
STHS Beta Tester
STHS Support Team
http://qnhl.net
Steelhawk
The Crazy / Le Fou
Posts: 411
Joined: Sat Apr 26, 2008 3:53 pm
Location: Hamilton
Contact:

Re: PHP Question

Post by Steelhawk »

Str_QNHL wrote:http://www.simhl.net/

lol.. that IS the easiest way!
Shevchenko
New in Town / Le Ptit Nouveau
Posts: 40
Joined: Thu May 14, 2009 11:51 am

Re: PHP Question

Post by Shevchenko »

The easiest way would be to create your own pages using PHP and MYSQL instead of modifying the STHS pages (I don't even know if it's possible). It's not that hard but it needs some time.
JayGee
The Accomplished One / L'Accompli
Posts: 110
Joined: Wed Oct 01, 2008 2:49 am
Location: Detroit, MI, USA

Re: PHP Question

Post by JayGee »

Yeah... thats a big NO on the portal, every league uses that, makes every league pretty much a cookie cutter of all the other leagues...
Post Reply