-
Proficient Member
[Web] Ranking Add guild.
Hello.
I would like to ask how can i add Guilds to my Ranking page?
the other stuff was easy cuz its all stored in the CHARACTER table but i fail at adding guilds.
Unlimited Flyff - Ranking
thats my ranking atm.
i would do it like that...
$m_tGuildMember = m_tGuildMember
SELECT FROM [CHARACTER_01_DBF].[dbo].[GUILD_TBL] WHERE [m_idGuild] = $m_tGuildMember
but i dont see any connection betwen m_tGuildMember and m_idGuild xD so yea... in wich row is the guild stored in the CHARACTER_TBL
Last edited by kekes; 07-08-10 at 07:09 PM.
-