Search results

  1. M

    are files/folders outside public_html of webserver 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?
  2. M

    are files/folders outside public_html of webserver 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?
  3. M

    are files/folders outside public_html of webserver 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?
  4. M

    are files/folders outside public_html of webserver 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?
  5. M

    are files/folders outside public_html of webserver 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?
  6. M

    strange problem in PHP?

    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...
Back
Top