관리-도구
편집 파일: handler.php
<?php ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); /* Tested working with PHP5.4 and above (including PHP 7 ) */ require_once './vendor/autoload.php'; use FormGuide\Handlx\FormHandler; $pp = new FormHandler(); $validator = $pp->getValidator(); echo $captcha_text; $pp->requireCaptcha(); echo $pp->process($_POST);