Welcome Guest, Not a member yet? Register   Sign In
please hepl me.. about database..
#8

[eluser]fyzza[/eluser]
[quote author="Jelmer" date="1235158133"]@ fyzza
I just noticed that you've already posted this question once before and got pretty much the same answer as I gave you: post the actual error message.

In the end though, you did in the other topic: 404. Which is in no way, and would in no way be caused by the database if your controller, view & model are like you posted them. This made me take a second look at your view and I finally noticed the problem (which I might have before if you had given the error message).

In your view it says:
Code:
echo form_open(‘welcome_message’, $attributes);
That's incorrect, the URI to which your form is posted should be in the form of
Quote:controller/function[/args]
So it should be:
Code:
echo form_open(‘welcome/addclient’, $attributes);

For the future:
- Don't double post a question, that's considered SPAM
- If people tell you the error couldn't be caused by something (like a 404 by the DB), consider that they might have more experience.
- When you ask for help solving an error in your programming: give the error message. Especially after that's been pointed out by more than one person trying to help you.[/quote]

i am sorry, there are not have any error message... that's why i not put the error message here, just when i submit, the data not insert in database..


Messages In This Thread
please hepl me.. about database.. - by El Forum - 02-19-2009, 04:25 AM
please hepl me.. about database.. - by El Forum - 02-19-2009, 05:29 AM
please hepl me.. about database.. - by El Forum - 02-19-2009, 05:30 AM
please hepl me.. about database.. - by El Forum - 02-19-2009, 08:56 PM
please hepl me.. about database.. - by El Forum - 02-19-2009, 11:41 PM
please hepl me.. about database.. - by El Forum - 02-20-2009, 05:31 AM
please hepl me.. about database.. - by El Forum - 02-20-2009, 07:28 AM
please hepl me.. about database.. - by El Forum - 02-23-2009, 08:03 PM
please hepl me.. about database.. - by El Forum - 02-24-2009, 05:01 PM
please hepl me.. about database.. - by El Forum - 02-24-2009, 06:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB