GlisWeb framework
_default.prezzi.php
Vai alla documentazione di questo file.
1 <?php
2 
3  // inclusione del framework
4  require '../../../../_src/_config.php';
5 
6 
7  header( 'Content-type: application/json;' );
8 
9 
10  $tot = $_REQUEST['importo_unitario'] * $_REQUEST['quantita'];
11 
12 
13  echo json_encode( array( 'totale' => $tot ) );
14 
15 ?>
$_REQUEST['__view__'][ $ct['view']['id']]['__restrict__']['id_progetto']['EQ']