April 2019 1 168 Report
I'm getting this error of : Parse error: syntax error, unexpected T_PUBLIC, expecting C:\Users\samsung\Desktop\P3\TUGAS[MAS-TUNATHONY]\Kelompok1\application\controllers\Register.php

Line Number: 123

I don't know what the problem is i've tried everything really but still nothing

Codes around Line 123
public function verifikasi_email($email)
{
$email_decode = base64_decode($email);
$this->mdb->verifikasi_email($email_encode);

$data = array(
'status' =>1
);

$this->db->where('email', $email_encode);
$this->db->update('user', $data );
redirect('login');

}
}

More Questions From This User See All

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.