Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: set_header not working
Post: RE: set_header not working

iz_no_good Wrote: (03-14-2017, 11:09 AM) -- perhaps this gets undone later in your code. if i was you i would try to identify where the weird expiration date is set to year 1981 as you mention. --...
3,887 Views
3 Replies
03-14-2017, 03:52 PM
edo
    Thread: set_header not working
Post: set_header not working

Hi All, CodeIgniter 3. In all of my pages (responses), the expires header is set to Thu, 19 Nov 1981 08:52:00 GMT, so I added this to my controller: Code: -- $this->output->set_header("Expir...
3,887 Views
3 Replies
03-14-2017, 07:59 AM
edo
    Thread: Custom library config file
Post: RE: Custom library config file

mwhitney Wrote: (12-30-2015, 09:00 AM) -- I have a feeling the require_once "config.php" may be part of the issue, but if you can't change the API code, there's only so much you can do. Have you trie...
8,278 Views
5 Replies
12-30-2015, 07:25 PM
edo
    Thread: Custom library config file
Post: RE: Custom library config file

wolfgang1983 Wrote: (12-29-2015, 10:58 PM) -- edo Wrote: (12-29-2015, 09:59 PM) -- Hi All, I have a third party library which uses a external config file like this application/library/api/API....
8,278 Views
5 Replies
12-30-2015, 06:53 PM
edo
    Thread: Custom library config file
Post: Custom library config file

Hi All, I have a third party library which uses a external config file like this application/library/api/API.php: Code: -- require_once "config.php"; error_log("Config var 1:" . $config_var);...
8,278 Views
5 Replies
12-29-2015, 09:59 PM
edo
    Thread: Disable identifier protection in 3.0
Post: RE: Disable identifier protection in 3.0

skunkbad Wrote: (07-17-2015, 07:51 PM) -- Not exactly the solution you were looking for, but NOW() is roughly equivalent to PHP's formatted date: Code: -- date('Y-m-d H:i:s') -- -- Skunkbad, ...
3,840 Views
2 Replies
07-18-2015, 07:00 AM
edo
    Thread: Disable identifier protection in 3.0
Post: Disable identifier protection in 3.0

Hello All, I can't find a way to disable identifier protection in an update statement like this one: $this->db->update('profile', $profile, "id = $id"); I want to do this because one the colu...
3,840 Views
2 Replies
07-17-2015, 06:47 PM
edo

Theme © iAndrew 2016 - Forum software by © MyBB