Posts by Shwwtime • 11 points
2 posts
-
1
votes1
answer417
viewsQ: Encryption library - Codeigniter
I have a problem, I’m running an ID through GET and I need to encrypt it. So, I decided to use the codeigniter: Encryption native library, but when the message is encrypted, it generates many…
-
0
votes0
answers31
viewsQ: Ajax (Angularjs) returning HTML from the page itself
I am using Codeigniter to retrieve the database data. Controller: <?php defined('BASEPATH') OR exit('No direct script access allowed'); class Welcome extends CI_Controller { public function…