Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
// $ds contains the total number of bytes available on "/" $ds = disk_total_space("/"); // On Windows: $ds = disk_total_space("C:"); $ds = disk_total_space("D:");