Welcome i have a Qustion how can I update a variable without having to refresh the whole page
Uhhh.. PHP Code: $myvar = "newvalue";
$myvar = "newvalue";
there is no way to do what you want with php php is serverside and the only way to do it is to load a new page....... that was just plain rediculous....
Forum Rules