Welcome Guest, Not a member yet? Register   Sign In
UPDATE not work, PLZ Help me
#3

[eluser]Leftfield[/eluser]
[quote author="Buso" date="1276373230"]your method is expecting $id to come via GET, and you are sending it via POST

try fetching it like this:

Code:
$id = $this->input->post('id');

and remove $id from function pageedit($id)

anyway I can't see the id anywhere in the form

another option would be adding it to the form action uri[/quote]

Plz say how to put it id into form and
Quote:another option would be adding it to the form action uri
if i remove
Quote:and remove $id from function pageedit($id)
i loose data in edit form page and i see many Notice like

Quote:A PHP Error was encountered

Severity: Notice

Message: Undefined variable: id

Filename: controllers/admin.php

Line Number: 105
A PHP Error was encountered
thank you


Messages In This Thread
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 08:57 AM
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 09:07 AM
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 10:00 AM
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 10:28 AM
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 11:42 AM
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 11:59 AM
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 01:16 PM
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 01:40 PM
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 01:46 PM
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 01:50 PM
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 01:52 PM
UPDATE not work, PLZ Help me - by El Forum - 06-12-2010, 02:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB