/ Published in: PHP
Expand |
Embed | Plain Text
// Sanitize the input foreach ($ar as &$input) { foreach($input as $key=>&$value) { } }
You need to login to post a comment.
// Sanitize the input foreach ($ar as &$input) { foreach($input as $key=>&$value) { } }
You need to login to post a comment.