/ Published in: PHP
Expand |
Embed | Plain Text
function checkPostVars($checkArray) { foreach($checkArray as $var) { return false; } } return true; }
You need to login to post a comment.
function checkPostVars($checkArray) { foreach($checkArray as $var) { return false; } } return true; }
You need to login to post a comment.