i want to use my webserver as a data backup drive because i dont want to store my important files in CD, i just want to know that can i store files outside public_html(www) folder, are they secure?
i want to use my webserver as a data backup drive because i dont want to store my important files in CD, i just want to know that can i store files outside public_html(www) folder, are they secure?
i want to use my webserver as a data backup drive because i dont want to store my important files in CD, i just want to know that can i store files outside public_html(www) folder, are they secure?
i want to use my webserver as a data backup drive because i dont want to store my important files in CD, i just want to know that can i store files outside public_html(www) folder, are they secure?
i want to use my webserver as a data backup drive because i dont want to store my important files in CD, i just want to know that can i store files outside public_html(www) folder, are they secure?
hi friends i am running below code in PHP to sum up values, but it is giving wrong sum value, please check where is the problem
<?php
$total_amount=80;
$total_amount+=5.6;
$total_amount+=0;
$total_amount+=-101;
//echo $total_amount; //gives -15.4
$total_rec=-15.4;
//echo $total_rec; //it is...