Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Microsoft SQL Server as database
Post: RE: Microsoft SQL Server as database

I'm using codeigniter and SqlServer. There is no problem. Maybe, you'll face a problem when you use `pagination` because off `limit` things. sorry bad english
5,042 Views
3 Replies
11-09-2017, 08:47 PM
bobykurniawan
    Thread: Memory limit of 10240 KB exceeded for buffered query
Post: Memory limit of 10240 KB exceeded for buffered que...

Good day, I'm trying to `running a queries` for my `searching`  but i get this result `Error Number: IMSSP/-59Memory limit of 10240 KB exceeded for buffered query` Here it's my query      C...
20,029 Views
5 Replies
06-30-2016, 08:23 PM
bobykurniawan
    Thread: Upload excel file codeigniter
Post: Upload excel file codeigniter

I'm trying to upload excel file. But it's not working. Please check my script     Code: --  function proses()    {          extract(populateform());        $config = array(        'uploa...
15,650 Views
1 Replies
04-21-2016, 07:46 PM
bobykurniawan
    Thread: Multiple save :(
Post: Multiple save :(

Goodday, please check my script first. I'll explain later. PHP Code: -- function detailsave($idshipping = NULL) { $table = 'sidetail'; $data = array(); foreach($_POST['gname'] as $symb...
4,063 Views
0 Replies
01-26-2015, 07:15 PM
bobykurniawan
    Thread: I can't get the value
Post: RE: I can't get the value

mwhitney Wrote: (01-16-2015, 12:17 PM) -- Your main problem is here: PHP Code: --            
5,265 Views
0 Replies
01-18-2015, 06:47 PM
bobykurniawan
    Thread: Codeigniter - Indonesia Community
Post: RE: Codeigniter - Indonesia Community

Salam kenal !!!!!!!
326,186 Views
161 Replies
01-16-2015, 12:21 AM
bobykurniawan
    Thread: I can't get the value
Post: I can't get the value

Good day sir, i've a question about get the value. First please kindly check my view Code: --          function shipper(){        var shippername  = $("#shippername").val();           if(shippe...
5,265 Views
0 Replies
01-15-2015, 08:26 PM
bobykurniawan
    Thread: Sum value checkbox js
Post: RE: Sum value checkbox js

bclinton Wrote: (11-30-2014, 09:47 AM) -- I don't understand the question....  I lose it at "But i want to add "id" that i take from table then save it into other table."  I am not sure what that mea...
6,873 Views
0 Replies
11-30-2014, 10:03 AM
bobykurniawan
    Thread: Sum value checkbox js
Post: Sum value checkbox js

Hey goodmorning, maybe my question won't specified with 'Codeigniter' but i really need a help here, i get stuck. PHP Code: --    function checkTotal() {   document.listForm.total.value = '';    ...
6,873 Views
0 Replies
11-30-2014, 09:10 AM
bobykurniawan
    Thread: Can i check userlogin in construct ?
Post: RE: Can i check userlogin in construct ?

i can't read in spanish haha
10,600 Views
0 Replies
11-28-2014, 10:08 PM
bobykurniawan
    Thread: Can i check userlogin in construct ?
Post: RE: Can i check userlogin in construct ?

Thank you for your answer
10,600 Views
0 Replies
11-28-2014, 09:38 AM
bobykurniawan
    Thread: Can i check userlogin in construct ?
Post: Can i check userlogin in construct ?

PHP Code: -- class Admin extends CI_Controller { function __construct() {    parent::__construct();   $aut = $this->donaturlib->is_admin();    if(!$aut)    { $msg="Mohon Maaf anda tidak memiliki...
10,600 Views
0 Replies
11-27-2014, 03:46 AM
bobykurniawan
    Thread: Page not found
Post: RE: Page not found

Fix your question first. Are you indonesian ? me too
8,063 Views
0 Replies
11-17-2014, 03:39 AM
bobykurniawan
    Thread: Display Record
Post: RE: Display Record

have you save the session before? (set_userdata)
7,940 Views
0 Replies
11-13-2014, 10:40 PM
bobykurniawan
    Thread: Installing CI 3
Post: RE: Installing CI 3

InsiteFX Wrote: (11-12-2014, 01:09 AM) -- There nothing that you need to use so no problem, I don't even copy them to my working folder only the index.php and license file Composer is a package an...
9,065 Views
0 Replies
11-12-2014, 01:11 AM
bobykurniawan
    Thread: Installing CI 3
Post: Installing CI 3

I just finished download Codeigniter-develop ,it is CI 3 right ?. I just confused when i extract it, i found .travis.yml, .gitignore and composer.json. What file is that ? sorry if it a 'noob' questio...
9,065 Views
0 Replies
11-12-2014, 01:06 AM
bobykurniawan
    Thread: login problem
Post: RE: login problem

Rufnex Wrote: (11-09-2014, 01:28 AM) -- Can you show the Line Number: 286 and the base of the given array. the error tells you that you use an array within a function who needs a string. -- Thanks f...
10,318 Views
0 Replies
11-09-2014, 03:54 AM
bobykurniawan
  Sad Thread: login problem
Post: login problem

Hey, i try to implementing cookies for login and save it to database. But i've a problem with this error. Quote: -- A PHP Error was encountered Severity: Notice Message: Array to string conv...
10,318 Views
0 Replies
11-08-2014, 10:58 PM
bobykurniawan
    Thread: Ask about library
Post: RE: Ask about library

another question from me. If i want to give 'flashdata' but the flashdata is html like above , where should i put it ? sorry if i to much asking, i really want to understand it
9,791 Views
0 Replies
11-06-2014, 08:37 PM
bobykurniawan
    Thread: default controller in sub folder
Post: RE: default controller in sub folder

This what i do $route['setting'] = "m_admin/setting/sidebar"; m_admin is folder name, Settings is controller name and sidebar is function name
18,475 Views
0 Replies
11-06-2014, 06:58 PM
bobykurniawan

Theme © iAndrew 2016 - Forum software by © MyBB