Welcome Guest, Not a member yet? Register   Sign In
[URGENT HELP]Severity: Notice Message: Undefined variable:user_id Filename: controllers/users.php
#1

[eluser]chazy (aldever calvo)[/eluser]
hi.. i can't fix on what's happening on my CRUD in edit... this is my code it also says that i got error in line 63 and 65...

Quote:A PHP Error was encountered

Severity: Warning

Message: Missing argument 1 for Users::edit()

Filename: controllers/users.php

Line Number: 63

this is my code:

63: function edit($user_id)
64: {
65: $data['id'] = $this->user_model->GetUser(array('user_id' => $user_id));
66: if (!$data['id']) redirect('users');
67: }


Messages In This Thread
[URGENT HELP]Severity: Notice Message: Undefined variable:user_id Filename: controllers/users.php - by El Forum - 12-27-2010, 04:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB