thx for your help but im a little confused, my site is hosted on a nix server but my home comp (where im testing it) is windowsXP. So im not sure if it works, I cant test the script on my site yet because if I run the script and it works then problems will arise.
should this coding be ok when i upload the script?
$reset=shell_exec('php ./fsreset.php');
echo("$reset");
the file fsreset.php is the script i wish to run.