Friday, November 28, 2008
escapeshellcmd() & escapeshellarg()
Kathiravan Manoharan
11:47:00 PM
Apache
,
escapeshellarg
,
escapeshellcmd
,
LAMP
,
Linux
,
mySQL
,
PHP
,
PHP functions
No comments
:
Keywords: LAMP, Linux, Apache, MySQL, PHP, escapeshellcmd, escapeshellarg, PHP functions
escapeshellcmd() & escapeshellarg():
These functions will escape any characters in a string that might be used to trick a shell command into executing arbitrary commands. These functions shall be used to make sure that any data coming from user input is escaped before this data is passed to the exec() or system() functions, or to the backtick operator.
Example:
system('ls '.escapeshellarg($dir));
More will be available on,
http://in.php.net/manual/en/function.escapeshellcmd.php and http://in.php.net/manual/en/function.escapeshellarg.php
More will be available on,
http://in.php.net/manual/en/function.escapeshellcmd.php and http://in.php.net/manual/en/function.escapeshellarg.php
Keywords: LAMP, Linux, Apache, MySQL, PHP, escapeshellcmd, escapeshellarg, PHP functions
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment