Posts by Jonathan P. • 11 points
1 post
-
0
votes3
answers112
viewsQ: How to simplify the process of verifying a certain value?
For example, when I need to check some certain values, I create a "method", similar to that: public function verificaString($campo) { if (isset($_POST[$campo]) && (!empty($_POST[$campo])…