$file_name="permissions.php";if(is_writeable($file_name)) { echo ("The file $file_name is writeable.");}else { echo ("The file $file_name is not writeable.");}?>