Cross Reference: put.php
xref
: /
yui3
/
src
/
io
/
tests
/
php
/
put.php
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
put.php revision f659f13d619daf68f78e85c84c5926f56bfe1439
29747dfe5e073a299b3681e01f5c55540f8bfed7
Mark Andrews
<?php
29747dfe5e073a299b3681e01f5c55540f8bfed7
Mark Andrews
29747dfe5e073a299b3681e01f5c55540f8bfed7
Mark Andrews
$
count
=
count
($
_POST
);
29747dfe5e073a299b3681e01f5c55540f8bfed7
Mark Andrews
29747dfe5e073a299b3681e01f5c55540f8bfed7
Mark Andrews
if
($
count
>
0
) {
29747dfe5e073a299b3681e01f5c55540f8bfed7
Mark Andrews
$
data
= $
_POST
[
'hello"
];
29747dfe5e073a299b3681e01f5c55540f8bfed7
Mark Andrews
$
data
.=
"&"
. $
_POST
[
'foo"
];
29747dfe5e073a299b3681e01f5c55540f8bfed7
Mark Andrews
echo
$
data
;
29747dfe5e073a299b3681e01f5c55540f8bfed7
Mark Andrews
}
29747dfe5e073a299b3681e01f5c55540f8bfed7
Mark Andrews
else
{
echo
$
count
;
}
?>