Esempio n. 1
0
<?php

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormWellInfant.class.php";
$c = new C_FormWellInfant();
echo $c->default_action();
Esempio n. 2
0
<?php

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormWellInfant.class.php";
$c = new C_FormWellInfant();
echo $c->view_action($_GET['id']);
Esempio n. 3
0
<?php

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormWellInfant.class.php";
$c = new C_FormWellInfant();
echo $c->default_action_process($_POST);
@formJump();