Welcome Guest, Not a member yet? Register   Sign In
new member insert data undefined variable
#1

[eluser]DesignBroJordan[/eluser]
I'm following these tutorials on nettuts...

http://net.tutsplus.com/sessions/codeign...m-scratch/

And I'm on the setting up a login page one

my problem I'm getting is this...
Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined variable: new_member_instert_data

Filename: models/membership_model.php

Line Number: 27

And here is my code on that line...
Code:
$insert = $this->db->insert('membership', $new_member_instert_data);

I know that these tuts are a little out of date since 2.0 but I've been looking around the help section and can't figure out what kind of error it is so I don't know where to look.

Even if someone could point me in the right direction I'm sure I can figure it out, I just need to know what this error means and how to fix it.

If you need the rest of my code I can either paste it or zip and upload it somewhere for you all to view.

Thanks much!
#2

[eluser]DesignBroJordan[/eluser]
never mind, my bad, I spelled it wrong, I guess it might help if I payed more attention, I'm poor don't hate




Theme © iAndrew 2016 - Forum software by © MyBB