Welcome Guest, Not a member yet? Register   Sign In
exec - Do i need to escape with escapeshellarg?
#1

(This post was last modified: 08-01-2015, 04:13 AM by agriz.)

Hi

I use the following method to get the form submitted values.


PHP Code:
$this->input->post(''

Do i need to use escapeshellarg to use the input value in exec()?
Because i am getting lot of single quotes in the result
Reply
#2

There's a big red warning on the PHP manual page for exec().
Reply




Theme © iAndrew 2016 - Forum software by © MyBB