noalyss
Version-9
Toggle main menu visibility
Main Page
Related Pages
Packages
Package List
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
$
a
s
u
v
Files
File List
Globals
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
p
r
s
t
u
w
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Pages
html
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
8
require_once
'/home/dany/developpement/phpcompta/noalyss/include/constant.php'
;
9
require_once
'/home/dany/developpement/phpcompta/noalyss/include/ext/noalyss-form/nform_constant_min.php'
;
10
11
\Noalyss\Forms\Data_Record::record();
12
13
print_r(
$_POST
);
14
phpinfo();
$_POST
$_POST['ac']
Definition:
do.php:310