Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: how to optimize SESSION on codeigniter ?
Post: RE: how to optimize SESSION on codeigniter ?

oujisama Wrote: (07-19-2019, 10:39 PM) -- Thanks for the reply, Yes i already implement indexing on ID as well as on the timestamp also But once again the problem still occur due to the high tra...
5,429 Views
4 Replies
07-21-2019, 02:19 AM
hc-innov
    Thread: How to prevent CI from reporting PHP Notice errors
Post: RE: How to prevent CI from reporting PHP Notice er...

shepparddigital Wrote: (07-04-2019, 02:06 AM) -- Yes, it's 3.x, I've followed the documentation, and you can clearly see that on the 'development' environment I've changed the log level via error_rep...
8,328 Views
6 Replies
07-10-2019, 08:36 AM
hc-innov
    Thread: query problem
Post: RE: query problem

, midav Wrote: (07-04-2019, 05:52 AM) -- here is another example of my SQL92 specification request PHP Code: -- $this->db->select('fb_usr.id_ci AS id_ci, fb_usr.id_sc AS id_sc, fb_usr.id_cl AS id...
9,437 Views
9 Replies
07-04-2019, 08:59 AM
hc-innov
    Thread: query problem
Post: RE: query problem

Hi, see the mysql documentation: https://dev.mysql.com/doc/refman/8.0/en/group-by-handling.html (https://dev.mysql.com/doc/refman/8.0/en/group-by-handling.html)
9,437 Views
9 Replies
07-02-2019, 05:37 AM
hc-innov
    Thread: It Works!
Post: RE: It Works!

- Where did you put your files? in Linux, the default directory for sites is /var/www/html (or /var/www/) see: apache tutorial (https://tutorials.ubuntu.com/tutorial/install-and-configure-apache#0) ...
3,962 Views
3 Replies
06-24-2019, 09:16 AM
hc-innov
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this->...

InsiteFX Wrote: (06-19-2019, 03:04 AM) -- Please do not tie up the forum with replies like this. Get Skype or another chat system like Team Viewer. -- Yes I agree. The complete workaround with comm...
52,060 Views
58 Replies
06-22-2019, 03:36 AM
hc-innov
    Thread: Load controller from another controller
Post: RE: Load controller from another controller

You can do that (but I think library and real MY_controller are better): I Have a directory 'application/font_controller' with a file called Font Front.php PHP Code: --
26,516 Views
12 Replies
06-21-2019, 02:52 AM
hc-innov
    Thread: Query builder subquery added multiple quotes if select more than 1 column
Post: RE: Query builder subquery added multiple quotes i...

Your issue with quotes. I think that's the normal behavior of CI $this->db->from() Look the fille system/database/DB_query_builder ligne 478. there is an explode function in the parameter of from. Af...
15,926 Views
10 Replies
06-14-2019, 02:46 AM
hc-innov
    Thread: Search Criteria Ignored, Only Redirects to Else Statement
Post: RE: Search Criteria Ignored, Only Redirects to Els...

oops (forgotten parenthesis) better: PHP Code: -- if ($this->input->post('submit')){ .... } else { .... } --
13,859 Views
17 Replies
06-13-2019, 08:01 AM
hc-innov
    Thread: Search Criteria Ignored, Only Redirects to Else Statement
Post: RE: Search Criteria Ignored, Only Redirects to Els...

syntax error! PHP Code: -- function search(){ var_dump($this->input->post()); exit; if ($this->input->post('submit'){  die('Hello'); .... } else { .... } -- and post the result
13,859 Views
17 Replies
06-13-2019, 01:35 AM
hc-innov
    Thread: Select Query Error
Post: RE: Select Query Error

are you sure your idperson is a string in your database?? change: PHP Code: -- $where = "SELECT FORMAT(SUM(payed), 2) AS payedAmount FROM client_credit WHERE creditStatus = 2 AND idperson = '" ...
2,687 Views
3 Replies
06-12-2019, 01:46 PM
hc-innov
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this->...

chane your options to receive private message in your profile
52,060 Views
58 Replies
06-12-2019, 07:33 AM
hc-innov
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this-&...

use private message please.... give me a link to download your code
52,060 Views
58 Replies
06-12-2019, 07:14 AM
hc-innov
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this-&...

no. We continue with private message
52,060 Views
58 Replies
06-12-2019, 07:07 AM
hc-innov
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this-&...

ok or github
52,060 Views
58 Replies
06-12-2019, 07:00 AM
hc-innov
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this-&...

send your code
52,060 Views
58 Replies
06-12-2019, 06:58 AM
hc-innov
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this-&...

My code works. test it with my controller, my view and my javascript
52,060 Views
58 Replies
06-12-2019, 06:46 AM
hc-innov
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this-&...

yes, follow my example and understand it. Copy the code in your editor. I explain: I don't use jquery, it's not important and not necessary. If you want to pass all input , you must add class ...
52,060 Views
58 Replies
06-12-2019, 06:40 AM
hc-innov
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this-&...

A complete exemple: controller (I just print_r or echo variables for the javscript console) PHP Code: --
52,060 Views
58 Replies
06-12-2019, 06:20 AM
hc-innov
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this-&...

OK. I'm writing an example. Leave me 10 minutes.
52,060 Views
58 Replies
06-12-2019, 05:32 AM
hc-innov

Theme © iAndrew 2016 - Forum software by © MyBB