vote up 1 vote down star

I would like to interface a php page to the linux command line program ping.

I realize that there are sanitation issues. Is there a builtin library or function that can take care of everything, or will I have to rely on regex parsers?

flag

60% accept rate

2 Answers

vote up 4 vote down check

Do you mean escapeshellcmd and escapeshellarg?

link|flag
vote up 0 vote down

do you mean to sanitize variable http://php.net/filter_var ?

good tutorial

http://www.phpro.org/tutorials/Filtering-Data-with-PHP.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.