Welcome Guest, Not a member yet? Register   Sign In
CJAX Vote System Problem with multiple clicks
#3

[eluser]bubx[/eluser]
I did so at the beginning, but for me it was not satisfying. I did this using the session.

Code:
$data = $this->session->userdata($id);
if($data==false){
  [...]
  $this->session->set_userdata($id,true);
  }else{
   [...]
  }


Messages In This Thread
CJAX Vote System Problem with multiple clicks - by El Forum - 08-17-2014, 07:01 AM
CJAX Vote System Problem with multiple clicks - by El Forum - 08-17-2014, 08:38 AM
CJAX Vote System Problem with multiple clicks - by El Forum - 08-17-2014, 11:33 AM
CJAX Vote System Problem with multiple clicks - by El Forum - 08-17-2014, 11:54 AM
CJAX Vote System Problem with multiple clicks - by El Forum - 08-17-2014, 12:34 PM
CJAX Vote System Problem with multiple clicks - by El Forum - 08-17-2014, 01:27 PM
CJAX Vote System Problem with multiple clicks - by El Forum - 08-17-2014, 02:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB