Welcome Guest, Not a member yet? Register   Sign In
Field Classes (help me)
#1

[eluser]najm[/eluser]
welcom

i am newbie in codeigniter and i want to do a captcha with rapyd Field Classes i write the code but it does not work this is my code please help me :

Code:
<?php
class Captcha_rapyd extends Controller {  
  
    function Captcha_rapyd()  
     {  
          parent::Controller();  
          $this->load->library("rapyd");  
     }
     function index()
     {
         $this->rapyd->load("fields");    
        
        
         $form->captcha = new captchaField("captcha", "captcha");  
        
        $form->build();  
        $data["output"] = $title->output;  
        $data["rapyd_head"] = $this->rapyd->get_head();      
        
     }
}
  
  
?>


Messages In This Thread
Field Classes (help me) - by El Forum - 07-10-2008, 03:37 AM
Field Classes (help me) - by El Forum - 07-10-2008, 07:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB