Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Reading large Excel files
Post: RE: Reading large Excel files

Wouter60 Wrote: (08-14-2017, 12:01 PM) -- I need to import a relatively large .xlsx file (40,000 rows, 15 columns) into my database. I tried the PHPExcel library, but it gives a memory error. I've ...
19,412 Views
9 Replies
08-15-2017, 02:32 AM
projack89
    Thread: V1.7.1 to current v3 upgrade
Post: RE: V1.7.1 to current v3 upgrade

sv3tli0 Wrote: (11-12-2016, 03:07 AM) -- If your project is small sized direct push to 3.1 and full debug is an option.. But the best way (and recommend) is step by step. -- Agree with you
8,536 Views
7 Replies
11-12-2016, 07:50 AM
projack89
    Thread: Import csv long file into sqlite database takes too long
Post: RE: Import csv long file into sqlite database take...

SirTom Wrote: (08-19-2016, 12:22 PM) -- I want to insert al large csv file (2500 rows) into a sqlite database. On my lokal computer (xampp) the import takes about 3 minutes. This project on a real li...
9,258 Views
5 Replies
08-25-2016, 08:11 PM
projack89
    Thread: How to display record based on their ID?
Post: RE: How to display record based on their ID?

In your view.php echo $list->field_name;
5,285 Views
4 Replies
07-18-2016, 01:20 AM
projack89
    Thread: Session fixation and Session hijacking attack
Post: RE: Session fixation and Session hijacking attack

skunkbad Wrote: (06-28-2016, 01:21 AM) -- A quick read of this: https://www.owasp.org/index.php/Session_fixation seems to indicate that session fixation only applies to authentication (login) w...
10,871 Views
5 Replies
06-28-2016, 02:39 AM
projack89
    Thread: Session fixation and Session hijacking attack
Post: RE: Session fixation and Session hijacking attack

Narf Wrote: (06-28-2016, 12:29 AM) -- marksman Wrote: (06-27-2016, 11:06 PM) -- projack89 Wrote: (06-27-2016, 11:03 PM) -- Hi All, I have questions, how Codeigniter can prevent Session fixation an...
10,871 Views
5 Replies
06-28-2016, 12:52 AM
projack89
    Thread: Session fixation and Session hijacking attack
Post: Session fixation and Session hijacking attack

Hi All, I have questions, how Codeigniter can prevent Session fixation and Session hijacking attack ? My Old Web application have problem with Session fixation and Session hijacking attack. I have pl...
10,871 Views
5 Replies
06-27-2016, 11:03 PM
projack89
  Wink Thread: Codeigniter: Does it have facebook page
Post: RE: Codeigniter: Does it have facebook page

ciadmin Wrote: (05-11-2016, 06:25 AM) -- It is good to see the CodeIgniter Indonesia page, even if it is not our "official" page :) I see there are other facebook pages for CodeIgniter Thailand and ...
8,407 Views
6 Replies
05-11-2016, 08:24 PM
projack89
    Thread: Codeigniter: Does it have facebook page
Post: RE: Codeigniter: Does it have facebook page

wolfgang1983 Wrote: (05-10-2016, 11:10 PM) -- Hi All, Just would like to know if codeigniter has a Facebook page? -- Please seacrh on Facebook with key word "Codeigniter Indonesia". That group ...
8,407 Views
6 Replies
05-11-2016, 04:00 AM
projack89
    Thread: How to create hook based plugin system for Codeigniter 3.x
Post: RE: How to create hook based plugin system for Cod...

nkhan Wrote: (05-02-2016, 03:35 AM) -- I want to implement plugin functionality into my Codeigniter applications and have the ability to define hooks and add hooks to my plugins so i  can control asp...
4,121 Views
2 Replies
05-03-2016, 09:34 AM
projack89
    Thread: Upload excel file codeigniter
Post: RE: Upload excel file codeigniter

bobykurniawan Wrote: (04-21-2016, 07:46 PM) -- I'm trying to upload excel file. But it's not working. Please check my script     Code: --  function proses()    {          extract(populate...
15,661 Views
1 Replies
04-21-2016, 08:16 PM
projack89
    Thread: $this->session->sess_destroy(); error
Post: RE: $this->session->sess_destroy(); error

chaegumi Wrote: (04-04-2016, 11:30 PM) -- A PHP Error was encountered Severity: Warning Message: session_destroy(): Trying to destroy uninitialized session Filename: Session/Session.php L...
19,715 Views
11 Replies
04-05-2016, 01:58 AM
projack89
    Thread: CI with height traffic project.
Post: RE: CI with height traffic project.

solidcodes Wrote: (11-18-2015, 07:10 PM) -- @seasenx6 codeigniter can't handle high traffix? that's funny. How did you know it's high traffix even though it is still in planning stage? thousands v...
19,444 Views
11 Replies
03-03-2016, 07:14 PM
projack89
    Thread: Num Rows ODBC Codeigniter 3.0.3 No t Working ?
Post: Num Rows ODBC Codeigniter 3.0.3 No t Working ?

Hi All, I have a problem with Codeigniter connectiong to SQL Server 2012. Below my database Configuration $db['DbSms'] = array( 'dsn' => '', 'hostname' => 'Driver={SQL Server};Server=My Local IP...
3,219 Views
2 Replies
01-12-2016, 03:01 AM
projack89
    Thread: An Error Was Encountered : Non-existent class: Upload
Post: RE: An Error Was Encountered : Non-existent class:...

skunkbad Wrote: (07-18-2015, 09:21 PM) -- Maybe try $this->load->library('upload'); --  + 1
5,684 Views
2 Replies
07-18-2015, 10:39 PM
projack89
    Thread: jquery changes style of a button -- unwanted
Post: RE: jquery changes style of a button -- unwanted

cupboy Wrote: (07-18-2015, 10:07 PM) -- A style is being applied to a button I use with jQuery. How do I prevent this? The theme is used for other things so can't remove that, just need to override s...
9,924 Views
8 Replies
07-18-2015, 10:38 PM
projack89
    Thread: Codeigniter 3 HMVC default_controller
Post: RE: Codeigniter 3 HMVC default_controller

sintakonte Wrote: (01-09-2015, 03:35 AM) -- In order to get HMVC running for CI you need to update some files in the third_party/mx/ folder; there is a version of the loader class for CI 3.0 on bitb...
31,319 Views
0 Replies
04-15-2015, 09:43 AM
projack89
    Thread: An error occurred translating the query string to UTF-16: No mapping for the Unicode
Post: RE: An error occurred translating the query string...

ivantcholakov Wrote: (02-08-2015, 08:03 AM) -- The whole code has more problems except the encoding. 3. To the concrete problem: You may encode the problematic strings using base64 before storing ...
26,151 Views
0 Replies
02-08-2015, 07:09 PM
projack89
    Thread: An error occurred translating the query string to UTF-16: No mapping for the Unicode
Post: An error occurred translating the query string to ...

Hi All, I have a problem when using CI 2.14 or 2.1.0 with SQL Server 2012. I use sqlsrv for dbdriver. I got error massage like this when try to Login in my application. This error was happened when i...
26,151 Views
0 Replies
02-08-2015, 07:01 AM
projack89
    Thread: Invalid object name 'TM_ACL'.
Post: Invalid object name 'TM_ACL'.

Hi All, I have a question. I use CI 2.1.3 using SQL Server 2012 and connect with dbdriver = mssql and I use Zend Server PHP 5.2 I got error like this when try Login in my application Invalid Obje...
3,675 Views
0 Replies
01-20-2015, 02:09 AM
projack89

Theme © iAndrew 2016 - Forum software by © MyBB