RESIDENTIAL INFORMATION
BOARD MINUTES
- /** * Change the path to your folder. * * This must be the full path from the root of your * web space. If you're not sure what it is, ask your host. * * Name this file index.php and place in the directory. */ // Define the full path to your folder from root $path = "/home/users/web/b1808/ipw.stonegate/public_html/SG/BoardMinutes_Current/"; // Open the folder $dir_handle = @opendir($path) or die("Unable to open $path"); // Loop through the files while ($file = readdir($dir_handle)) { if($file == "." || $file == ".." || $file == "index.php" ) continue; $last = $file; } echo "Current"; // Close closedir($dir_handle); ?>
- Archived
ANNUAL MINUTES & REPORTS
- /** * Change the path to your folder. * * This must be the full path from the root of your * web space. If you're not sure what it is, ask your host. * * Name this file index.php and place in the directory. */ // Define the full path to your folder from root $path = "/home/users/web/b1808/ipw.stonegate/public_html/SG/AnnualMinutes_Current/"; // Open the folder $dir_handle = @opendir($path) or die("Unable to open $path"); // Loop through the files while ($file = readdir($dir_handle)) { if($file == "." || $file == ".." || $file == "index.php" ) continue; $last = $file; } echo "Current Minutes"; // Close closedir($dir_handle); ?>
- Archived Minutes
- /** * Change the path to your folder. * * This must be the full path from the root of your * web space. If you're not sure what it is, ask your host. * * Name this file index.php and place in the directory. */ // Define the full path to your folder from root $path = "/home/users/web/b1808/ipw.stonegate/public_html/SG/AnnualReport_Current/"; // Open the folder $dir_handle = @opendir($path) or die("Unable to open $path"); // Loop through the files while ($file = readdir($dir_handle)) { if($file == "." || $file == ".." || $file == "index.php" ) continue; $last = $file; } echo "Current Report"; // Close closedir($dir_handle); ?>
- Archived Reports
BOARD, STAFF & COMMITTEES
- /** * Change the path to your folder. * * This must be the full path from the root of your * web space. If you're not sure what it is, ask your host. * * Name this file index.php and place in the directory. */ // Define the full path to your folder from root $path = "/home/users/web/b1808/ipw.stonegate/public_html/SG/Board/"; // Open the folder $dir_handle = @opendir($path) or die("Unable to open $path"); // Loop through the files while ($file = readdir($dir_handle)) { if($file == "." || $file == ".." || $file == "index.php" ) continue; $last = $file; } echo "Board"; // Close closedir($dir_handle); ?>
- /** * Change the path to your folder. * * This must be the full path from the root of your * web space. If you're not sure what it is, ask your host. * * Name this file index.php and place in the directory. */ // Define the full path to your folder from root $path = "/home/users/web/b1808/ipw.stonegate/public_html/SG/Staff/"; // Open the folder $dir_handle = @opendir($path) or die("Unable to open $path"); // Loop through the files while ($file = readdir($dir_handle)) { if($file == "." || $file == ".." || $file == "index.php" ) continue; $last = $file; } echo "Staff"; // Close closedir($dir_handle); ?>
- /** * Change the path to your folder. * * This must be the full path from the root of your * web space. If you're not sure what it is, ask your host. * * Name this file index.php and place in the directory. */ // Define the full path to your folder from root $path = "/home/users/web/b1808/ipw.stonegate/public_html/SG/Committees/"; // Open the folder $dir_handle = @opendir($path) or die("Unable to open $path"); // Loop through the files while ($file = readdir($dir_handle)) { if($file == "." || $file == ".." || $file == "index.php" ) continue; $last = $file; } echo "Committees"; // Close closedir($dir_handle); ?>
DOCUMENTS & FORMS
- /** * Change the path to your folder. * * This must be the full path from the root of your * web space. If you're not sure what it is, ask your host. * * Name this file index.php and place in the directory. */ // Define the full path to your folder from root $path = "/home/users/web/b1808/ipw.stonegate/public_html/SG/CCRs/"; // Open the folder $dir_handle = @opendir($path) or die("Unable to open $path"); // Loop through the files while ($file = readdir($dir_handle)) { if($file == "." || $file == ".." || $file == "index.php" ) continue; $last = $file; } echo "CC&Rs"; // Close closedir($dir_handle); ?>
- /** * Change the path to your folder. * * This must be the full path from the root of your * web space. If you're not sure what it is, ask your host. * * Name this file index.php and place in the directory. */ // Define the full path to your folder from root $path = "/home/users/web/b1808/ipw.stonegate/public_html/SG/Bylaws/"; // Open the folder $dir_handle = @opendir($path) or die("Unable to open $path"); // Loop through the files while ($file = readdir($dir_handle)) { if($file == "." || $file == ".." || $file == "index.php" ) continue; $last = $file; } echo "Bylaws"; // Close closedir($dir_handle); ?>
- /** * Change the path to your folder. * * This must be the full path from the root of your * web space. If you're not sure what it is, ask your host. * * Name this file index.php and place in the directory. */ // Define the full path to your folder from root $path = "/home/users/web/b1808/ipw.stonegate/public_html/SG/ArticlesofInc/"; // Open the folder $dir_handle = @opendir($path) or die("Unable to open $path"); // Loop through the files while ($file = readdir($dir_handle)) { if($file == "." || $file == ".." || $file == "index.php" ) continue; $last = $file; } echo "Articles of Incorporation"; // Close closedir($dir_handle); ?>
- /** * Change the path to your folder. * * This must be the full path from the root of your * web space. If you're not sure what it is, ask your host. * * Name this file index.php and place in the directory. */ // Define the full path to your folder from root $path = "/home/users/web/b1808/ipw.stonegate/public_html/SG/ArchGuidelines/"; // Open the folder $dir_handle = @opendir($path) or die("Unable to open $path"); // Loop through the files while ($file = readdir($dir_handle)) { if($file == "." || $file == ".." || $file == "index.php" ) continue; $last = $file; } echo "Architectural Guidelines"; // Close closedir($dir_handle); ?>
- /** * Change the path to your folder. * * This must be the full path from the root of your * web space. If you're not sure what it is, ask your host. * * Name this file index.php and place in the directory. */ // Define the full path to your folder from root $path = "/home/users/web/b1808/ipw.stonegate/public_html/SG/VehEquip/"; // Open the folder $dir_handle = @opendir($path) or die("Unable to open $path"); // Loop through the files while ($file = readdir($dir_handle)) { if($file == "." || $file == ".." || $file == "index.php" ) continue; $last = $file; } echo "Vehicle Equipment Rules"; // Close closedir($dir_handle); ?>