Exemplo n.º 1
0
<?php

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

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormROS.class.php";
$c = new C_FormROS();
echo $c->default_action_process($_POST);
@formJump();
Exemplo n.º 3
0
<?php

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormROS.class.php";
$c = new C_FormROS();
echo $c->view_action($_GET['id']);