function uploadProg($filename1,$filename1_name){
########Set the destination here##############
$destination="Upload";
$address="http://24.65.85.177/games/upload/upload/"; # Complete path to file (with trailing slash)
copy($filename1,$destination."/".$filename1_name);
echo "$filename1_name was uploaded succesfully.
";
echo "$address$filename1_name
";
}
function main(){?>
##
print qq!
# code coes here
!;