Ok, I know the title may be a bit confusing, so ill explain here.
I am developing highscores for a Runescape private server, but when you click on 1 of the names (Strength) it redirects to the homepage
I have htaccess rewriterules set up correctly, as they are all working for the other values
[php]function getList(){
$homedir = “http://localhost/”;
$skills = “Attack, Defence, Strength, Hitpoints, Ranged, Prayer, Magic, Cooking, Woodcutting, Fletching, Fishing, Firemaking, Crafting, Smithing, Mining, Herblore, Agility, Thieving, Slayer, Farming, Runecrafting, Hunter, Construction, Summoning, Dungeoneering”;
$list = explode(’, ', $skills);
?>
<?php for($i=0; $i
<?php }
}[/php]
If anybody can help me then that would be absolutely brilliant as I cannot figure out where its going wrong