Welcome Guest, Not a member yet? Register   Sign In
Inserting into table twice..:(
#18

[eluser]WanWizard[/eluser]
So, what happens if you type "http://yourwebsite/members/memberadd" in your browser?
It would just call your models add_member() method without a valid $id and with an empty $_POST array.

So again, check for multiple calls, possibly due to rewrite issues. The first request will be the post of the form, the second one an HTTP GET which will do the same as typing the URL in the browser.

Your logic is flawed. If you're going to process form data, make sure there's a form posted, and display an error message and/or redirect to the form if not.


Messages In This Thread
Inserting into table twice..:( - by El Forum - 03-27-2011, 11:02 PM
Inserting into table twice..:( - by El Forum - 03-27-2011, 11:58 PM
Inserting into table twice..:( - by El Forum - 03-28-2011, 12:01 AM
Inserting into table twice..:( - by El Forum - 03-28-2011, 01:06 AM
Inserting into table twice..:( - by El Forum - 03-28-2011, 01:15 AM
Inserting into table twice..:( - by El Forum - 03-28-2011, 03:51 PM
Inserting into table twice..:( - by El Forum - 03-29-2011, 05:57 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 12:30 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 02:00 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 02:39 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 07:36 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 07:38 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 07:45 AM
Inserting into table twice..:( - by El Forum - 03-30-2011, 02:58 PM
Inserting into table twice..:( - by El Forum - 03-30-2011, 05:43 PM
Inserting into table twice..:( - by El Forum - 03-30-2011, 09:49 PM
Inserting into table twice..:( - by El Forum - 03-30-2011, 11:10 PM
Inserting into table twice..:( - by El Forum - 03-31-2011, 01:07 AM
Inserting into table twice..:( - by El Forum - 03-31-2011, 04:12 AM
Inserting into table twice..:( - by El Forum - 03-31-2011, 05:57 AM
Inserting into table twice..:( - by El Forum - 03-31-2011, 06:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB