OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_POST
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php
28
if (isset($
_POST
['submit'])) {
30
$
_POST
['source'] = stripslashes($
_POST
['source']);
32
if (!strlen(trim($
_POST
['source']))) {
33
$
_POST
['language'] = preg_replace('#[^a-zA-Z0-9\-_]#', '', $
_POST
['language']);
34
$
_POST
['source'] = implode('', @file($path . 'geshi/' . $
_POST
['language'] . '.php'));
35
$
_POST
['language'] = 'php';
43
// you sanitise correctly if you use $
_POST
of course - this very script has had a securit
[
all
...]
cssgen.php
122
elseif ( isset($
_POST
[$var_name]) )
124
return str_replace("\'", "'", $
_POST
[$var_name]);
139
'
_POST
' => 'HTTP_POST_VARS',
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php
76
$this->data = $
_POST
+ $_GET; # OPs may send data as POST or GET.
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php
76
$this->data = $
_POST
+ $_GET; # OPs may send data as POST or GET.
Completed in 3103 milliseconds