Here is the code I am currently using:
[php]
IF ($name == “JasonSchom”) { $jason = $jason + 1; }
IF ($name == “MattDilly”) { $matt = $matt + 1; }
IF ($name == “JasonSmith”) { $jasons = $jasons + 1; }
IF ($name == “KyleSmalls”) { $kyle = $kyle + 1; }
IF ($name == “JoelNight”) { $joel = $joel + 1; }
IF ($name == “AdamGerma”) { $adam = $adam + 1; }
[/php]
Basicly I had a database of the userlist now in mysql. where $username now holds “JasonSchom” anyway I could use $username[i] to keep the inc value?
Thanks,
Jason