<?php include_once "../../globals.php"; include_once "{$srcdir}/api.inc"; require "C_FormVitalsM.class.php"; $c = new C_FormVitalsM(); echo $c->default_action_process($_POST); @formJump();
<?php include_once "../../globals.php"; include_once "{$srcdir}/api.inc"; require "C_FormVitalsM.class.php"; $c = new C_FormVitalsM(); echo $c->default_action(0);
<?php include_once "../../globals.php"; include_once "{$srcdir}/api.inc"; require "C_FormVitalsM.class.php"; $c = new C_FormVitalsM(); echo $c->default_action($_GET['id']);