PDOCrud Recpatcha using PDOCrud

You can add recaptcha easily PDOCrud. You will only need to get the site key and secret key from google.

  
                                $pdocrud = new PDOCrud();
                                $pdocrud->recaptcha("your-site-key","site-secret");//site key and site secret
                                echo $pdocrud->dbTable("employee")->render("insertform");
                        
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'digjainwi_allsanghinfodev.employee' doesn't exist