Welcome Guest, Not a member yet? Register   Sign In
problem with array
#1

[eluser]mashary[/eluser]
anyone help me pelase!!!!

i have code in my Controller

Code:
foreach ($_POST as $key => $val){
            if ($key!='id'){
                if ($key!='STMIK'&&$key!='UPB'&&$key!='Sekolah'&&$key!='Kursus'){
                    $data[$key] = $this->input->post($key);
                }else{
                    $data['group'] .=  $val;
                }
            }
        }

then CI said an error like this
Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined index: group

Filename: controllers/anggota.php

Line Number: 72

how come? and how to fix this.... please!!!


sorry poor english


Messages In This Thread
problem with array - by El Forum - 05-20-2010, 08:23 PM
problem with array - by El Forum - 05-20-2010, 09:12 PM
problem with array - by El Forum - 05-20-2010, 09:55 PM
problem with array - by El Forum - 05-20-2010, 10:04 PM
problem with array - by El Forum - 05-21-2010, 12:48 AM
problem with array - by El Forum - 05-21-2010, 01:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB