Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: about Encryption Library
Post: RE: about Encryption Library

Thank you so much Narf I will using rawurl. I must to send some data on url and must important data so I will back to find better anothor way such as pass encryption data on $this->load->view() Than...
3,624 Views
4 Replies
03-12-2017, 05:46 PM
seasenx6
    Thread: about Encryption Library
Post: RE: about Encryption Library

OK now I solution this way if you better way pls tel me thank you PHP Code: -- public function encode_me($string, $key = '') { $this->load->library('encryption'); return rtrim(strtr(base64_e...
3,624 Views
4 Replies
03-12-2017, 02:39 AM
seasenx6
    Thread: about Encryption Library
Post: about Encryption Library

Hello, I have 2 function for encode and decode. So I upgrade php to php7.1 and I can not use encrypt old library. now I try to using encryption new library. and I get string / = + after encry...
3,624 Views
4 Replies
03-12-2017, 02:33 AM
seasenx6
    Thread: When Using Procedure with Query Builder Class
Post: RE: When Using Procedure with Query Builder Class

skunkbad Wrote: (04-21-2016, 02:44 PM) -- mysqli_next_result( $this->db->conn_id ); -- it work find thank you very much :")
4,213 Views
4 Replies
05-02-2016, 06:11 AM
seasenx6
    Thread: When Using Procedure with Query Builder Class
Post: RE: When Using Procedure with Query Builder Class

$check = $this->db->query("call checkbooking('".$this->session->userdata('acc_name_stud')."', '".$now."', '".$this->session->userdata('camp_id')."')"); $result = $check->result_array(); $this->Some_m...
4,213 Views
4 Replies
04-21-2016, 10:45 AM
seasenx6
    Thread: DB » Multiple connections CI3 ?
Post: RE: DB » Multiple connections CI3 ?

$this->one = $this->load->database('dbone', true); $this->two = $this->load->database('dbtwo', true); $this->one->select('*')->from('some_table')->get(); $this->two->query('select * from some_t...
6,762 Views
7 Replies
04-21-2016, 08:07 AM
seasenx6
    Thread: When Using Procedure with Query Builder Class
Post: When Using Procedure with Query Builder Class

Hello, I call procedure with $this->db->query('call some_procedure'); and return result_array(); and next my code I write something select or update then error "Commands out of sync; you can't run t...
4,213 Views
4 Replies
04-21-2016, 07:55 AM
seasenx6
    Thread: CodeIgniter 3.0.5 Released
Post: RE: CodeIgniter 3.0.5 Released

Thank you for hard work :')
52,841 Views
29 Replies
03-12-2016, 12:05 AM
seasenx6
    Thread: CI 3.0.3 site_url Not Working On Different Port
Post: RE: CI 3.0.3 site_url Not Working On Different Por...

You must set $config['base_url'] = 'http://localhost:86/'; or http://forum.codeigniter.com/thread-63576-post-325579.html#pid325579
6,629 Views
5 Replies
12-03-2015, 06:29 AM
seasenx6
    Thread: What DB drivers have you used?
Post: RE: What DB drivers have you used?

mssql, mysql, mysqli, oci8
6,023 Views
9 Replies
11-24-2015, 07:24 AM
seasenx6
    Thread: CI with height traffic project.
Post: RE: CI with height traffic project.

Thank you for all comment. My self CI is very cool for me when someone say not good I think why ? and I need explanation ? I have many question why CI not good, so I create topic here for any explan...
17,324 Views
11 Replies
11-19-2015, 05:08 AM
seasenx6
    Thread: On CI3.0.3 Base URL
Post: RE: On CI3.0.3 Base URL

Thank you, InsiteFx :')
3,973 Views
2 Replies
11-16-2015, 09:42 PM
seasenx6
    Thread: CI with height traffic project.
Post: CI with height traffic project.

Hello, I have a height traffic project -> "Dorm Reservations Project". (Now Planning) "Dorm Reservations Project" is height traffic because "Students" must "fight over" reservation room in website....
17,324 Views
11 Replies
11-16-2015, 09:18 PM
seasenx6
    Thread: On CI3.0.3 Base URL
Post: On CI3.0.3 Base URL

If I want using multi protocol -> http and https. How I config base_url ?? ------------------------------------------------------------------------------------------- from http://www.codeigniter.co...
3,973 Views
2 Replies
11-15-2015, 09:16 PM
seasenx6
    Thread: base_url() and site_url() in CI_3.0.3
Post: RE: base_url() and site_url() in CI_3.0.3

Thank you kenjis.
5,848 Views
3 Replies
10-31-2015, 10:19 PM
seasenx6
    Thread: base_url() and site_url() in CI_3.0.3
Post: base_url() and site_url() in CI_3.0.3

Hello, I using site_url method for load css and js file in my app. http://upic.me/i/vk/psuloan.png and today I up to CI_3.0.3, site_url is not working I can not load css and js file. now I must set...
5,848 Views
3 Replies
10-31-2015, 09:40 PM
seasenx6
    Thread: about encrypt class
Post: about encrypt class

a8kyLCh+oYZdGwVfVmDPNGIDaW/Mmy9vQ6cTMcF32XeJ07R2ipZwCE0H6hTJMFjOJdxUIjaDI5JTu96lh0j7OQ== you can see / and + after encode. how to make encode output not have / and + thank you.
1,757 Views
1 Replies
10-18-2015, 04:32 AM
seasenx6
    Thread: link js file in view folder
Post: link js file in view folder

IF I have js file in view folder. And I want to know how to link js file from js file in VIEW FOLDER. thank you.
1,964 Views
1 Replies
10-15-2015, 05:56 AM
seasenx6
    Thread: about load->database
Post: about load->database

Hello, my project must connect database from other place maybe 2-4 db so I need show news from other db. And I want to know connect database is success or fail. example in my model PHP Code:...
1,437 Views
0 Replies
10-09-2015, 09:50 PM
seasenx6
    Thread: about defined('BASEPATH') ?
Post: RE: about defined('BASEPATH') ?

"This is to keep un-wanted users out of your folders and files." you mean hacker will hack is difficult ?
23,427 Views
6 Replies
09-27-2015, 09:38 PM
seasenx6

Theme © iAndrew 2016 - Forum software by © MyBB