noalyss Version-9
receive.php
Go to the documentation of this file.
1<?php
2/**
3 * This web page will receive the data and save them at the right place
4 * you just need to include the constant.php file from your NOALYSS folder
5 * and noalyss-form/nform_constant_min.php from the plugin noalyss-form
6 */
7
8require_once '/home/dany/developpement/phpcompta/noalyss/include/constant.php';
9require_once '/home/dany/developpement/phpcompta/noalyss/include/ext/noalyss-form/nform_constant_min.php';
10
11\Noalyss\Forms\Data_Record::record();
12
13print_r($_POST);
14 phpinfo();
$_POST['ac']
Definition: do.php:310