htmlspecialchars((string) $v, ENT_QUOTES, 'UTF-8'); // Handle newsletter subscription (stub — configure MailChimp API separately) $newsletterSuccess = false; $newsletterError = ''; if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['newsletter-submit'])) { $nEmail = filter_var(trim($_POST['email'] ?? ''), FILTER_VALIDATE_EMAIL); $nName = trim($_POST['name'] ?? ''); if ($nEmail && $nName) { // TODO: integrate MailChimp API or SMTP $newsletterSuccess = true; } else { $newsletterError = 'Please provide a valid name and email address.'; } } // Handle contact form (stub — configure SMTP separately) $contactSuccess = false; $contactError = ''; if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['enquiry-submit'])) { $cEmail = filter_var(trim($_POST['email'] ?? ''), FILTER_VALIDATE_EMAIL); $cName = trim($_POST['name'] ?? ''); $cText = trim($_POST['text'] ?? ''); if ($cEmail && $cName && $cText) { // TODO: send via PHPMailer/SMTP to enquiries@cropmonitor.info $contactSuccess = true; } else { $contactError = 'Please fill in all fields with a valid email address.'; } } ?> <?= $h($pageTitle) ?> | <?= $h($siteName) ?>

Albrecht Soil Analysis


The soil is the 'creative material' of most of the basic needs of life. Creation starts with a handful of dust.

Dr. William A. Albrecht. University of Missouri

Physical

When you correct cation balance, you have addressed soil chemistry, which improves the physical structure of the soil.

Chemical

The correction of cation balance and the provision of minimum levels of micronutrients takes care of the chemical part of soil productivity and health.

Biological

The essential understanding involves a recognition that the purpose of cation balancing is to stimulate soil biology, and much of the beneficial response relates to firing up this workforce.


Our Services

Soil Analysis

Comprehensive Albrecht Method soil testing with detailed nutrient balance reports.

Plant Tissue Analysis

Identify nutrient deficiencies in your crops with laboratory-accurate tissue testing.

Water Quality Analysis

Test irrigation and drinking water for optimal farm management.

Dr. Albrecht saw a direct link between soil quality and food quality, drawing a direct connection between poor quality forage crops and ill health in livestock.

Feed the soil to feed the plant is a vital concept of the Albrecht Model of soil building.

Subscribe to receive updates!

Thank you for subscribing!

Address


34 Coplestone Street,
Scottsdale, Tasmania 7260

Phone


0417 728 061

Contact Us


Thank you for contacting us, we will be in touch soon.