Soooooo........... boys and girls.
I am trying to do a simple ajax request and I am better seeing and doing than learning from a tutorial. So, I just need help for when a player levels up that it will update the user level at the top of the screen.
echo"<div id=\"CharacterLevel\"><center><font style=\"color: white\">The level $User[Level] $User[Race] $User[Class2] $User[Playername].</font></center></div>";
This is my DIV that I want to update. But my problem thinking it trying to update from a completely different area of script.
From the fight.php script to the main.php script where the div is located. The fight.php is located within the main.php
So if you can think anything up for me you will be truly loved!