[Help]Ranking system

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Effect
Forum Newbie
Posts: 5
Joined: Fri Sep 18, 2009 11:33 am

[Help]Ranking system

Post by Effect »

Found answer for this. Thank you.
Last edited by Effect on Sat Sep 19, 2009 8:01 am, edited 1 time in total.
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: [Help]Ranking system

Post by jackpf »

Umm...I don't mean to "flame you" like the other guys or anything...

But I think you just need to learn some HTML tbh :/

It's not often you'll find someone wanting to write/edit a script for you. Helping you to write/edit it yourself, however, is another matter... ;)

http://www.tizag.com/htmlT/tables.php
Effect
Forum Newbie
Posts: 5
Joined: Fri Sep 18, 2009 11:33 am

Re: [Help]Ranking system

Post by Effect »

jackpf wrote:Umm...I don't mean to "flame you" like the other guys or anything...

But I think you just need to learn some HTML tbh :/

It's not often you'll find someone wanting to write/edit a script for you. Helping you to write/edit it yourself, however, is another matter... ;)

http://www.tizag.com/htmlT/tables.php
Well I did not mean to anyone edit this script to me, just to explain me how it works, but I'll see that site.
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: [Help]Ranking system

Post by jackpf »

Well, it looks like it just retrieves "characters" from the database.

If you want to display it in a table format, you just need to display a HTML table. The link I posted should show you how..
Effect
Forum Newbie
Posts: 5
Joined: Fri Sep 18, 2009 11:33 am

Re: [Help]Ranking system

Post by Effect »

Alright. Thank you for the link. :)
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: [Help]Ranking system

Post by jackpf »

Cool, no problem.
Post Reply