Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Undefined variable COOKIE, core/Input.php
Post: RE: Undefined variable COOKIE, core/Input.php

Thanks skunkbad. It didn't work.  I tried replacing the system directory with a fresh copy from the same version, and then I tried using the system directory from the most recent CI version - none...
7,145 Views
6 Replies
08-01-2017, 07:41 PM
usr_ny
    Thread: Undefined variable COOKIE, core/Input.php
Post: RE: Undefined variable COOKIE, core/Input.php

version 3.1.0 of CI. I've been trying to delete $_SERVER['HTTP_COOKIE'] and $_COOKIE, but the error isn't going away. Are you saying i should delete the 'Clean $_COOKIE Data' section (lines 627-...
7,145 Views
6 Replies
08-01-2017, 12:23 PM
usr_ny
    Thread: Undefined variable COOKIE, core/Input.php
Post: Undefined variable COOKIE, core/Input.php

I'm getting a notice that _COOKIE is undefined. it seems the error is coming from line 627 of "core/Input.php" Why am I getting this notice message (I know the $_COOKIE variable is undefined) an...
7,145 Views
6 Replies
08-01-2017, 10:51 AM
usr_ny
    Thread: Redirect, Refresh, after set time
Post: RE: Redirect, Refresh, after set time

Thanks. What if javascript is disabled? How is js (jQuery) better/safer than the php header() function? PHP Code: -- header("Refresh:5; url={$controller}") --
6,245 Views
2 Replies
03-01-2017, 01:37 PM
usr_ny
    Thread: Redirect, Refresh, after set time
Post: Redirect, Refresh, after set time

What the standard (recommended/best) way to show a response page and then have the browser request a different page after some set time, like 5 seconds (using Codeigniter)?
6,245 Views
2 Replies
03-01-2017, 09:15 AM
usr_ny
    Thread: Form Validation
Post: RE: Form Validation

Thank you.
2,718 Views
2 Replies
03-01-2017, 09:08 AM
usr_ny
    Thread: Form Validation
Post: Form Validation

I have a form on an index page (controllername/) That form does a POST to controllername/create The form validation is in the index method of the controllername class. When the form is submit...
2,718 Views
2 Replies
02-28-2017, 10:43 AM
usr_ny
    Thread: base_url and port number
Post: RE: base_url and port number

But the problem is, that I'm deploying to a server and I don't know what the server address or base URL will be. The address can automatically change from  http://127.0.0.1:8080/appname/ to http://...
13,711 Views
3 Replies
06-10-2016, 11:51 AM
usr_ny
    Thread: base_url and port number
Post: base_url and port number

how can i construct the following URL for my site? http://127.0.0.1:8080/appname/ calls to base_url() return this http://127.0.0.1/appname/
13,711 Views
3 Replies
06-09-2016, 01:14 PM
usr_ny

Theme © iAndrew 2016 - Forum software by © MyBB