0

i have build some program with Codeigniter 3, but i have a problem when i try to update setting the variable of input is Undefined.

Form Code

When i try to get site_title input with $_POST['site_title'], i see this error: Error

and when i try to get with $this->input->post('site_title'), error: Access to my web was denied.

but in a local server, all proses running well. please help me!! thanks

Developer
  • 130
  • 13
Juna
  • 1
  • 1
  • I think it's on your htaccess . Please, take a look http://stackoverflow.com/questions/14783666/codeigniter-htaccess-and-url-rewrite-issues – Boby May 23 '16 at 04:48
  • 1
    paste your code as text instead image – Maninderpreet Singh May 23 '16 at 05:15
  • My head hurts - you're doing something wrong though if you're using `$_POST` in CodeIgniter https://ellislab.com/codeigniter/user-guide/libraries/input.html – Dan May 23 '16 at 15:23
  • but if i use $this->input->post(); the page is not available – Juna May 24 '16 at 05:13
  • and i try to make new form on top and i try to get value on form, i get it. i'm so confused. – Juna May 24 '16 at 05:15

0 Answers0