Welcome Guest, Not a member yet? Register   Sign In
Undefined index: id error
#7

[eluser]phpworker[/eluser]
Maybe this would help - here is table data and structure:
Code:
create table WPR_T_AQ_USERS
(
  ID       NUMBER not null,
  NAME     VARCHAR2(20) not null,
  SURNAME  VARCHAR2(20) not null,
  LOGIN    VARCHAR2(10) not null,
  PASSWORD VARCHAR2(50) not null,
  EMAIL    VARCHAR2(30),
  GROUP_ID NUMBER
)

    1    Krzysztof    Kępiński    kkepinski    krzysztof    <empty>        1

also, in application/config/tb.php i have defined:

Code:
$config['users'] = 'wpr_t_aq_users';


Messages In This Thread
Undefined index: id error - by El Forum - 08-06-2007, 04:59 AM
Undefined index: id error - by El Forum - 08-06-2007, 06:37 AM
Undefined index: id error - by El Forum - 08-06-2007, 06:39 AM
Undefined index: id error - by El Forum - 08-06-2007, 06:42 AM
Undefined index: id error - by El Forum - 08-06-2007, 06:44 AM
Undefined index: id error - by El Forum - 08-06-2007, 06:49 AM
Undefined index: id error - by El Forum - 08-06-2007, 06:55 AM
Undefined index: id error - by El Forum - 08-06-2007, 07:01 AM
Undefined index: id error - by El Forum - 08-06-2007, 07:12 AM
Undefined index: id error - by El Forum - 08-06-2007, 07:15 AM
Undefined index: id error - by El Forum - 08-06-2007, 07:21 AM
Undefined index: id error - by El Forum - 08-07-2007, 05:03 AM
Undefined index: id error - by El Forum - 08-07-2007, 05:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB