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

[eluser]Buso[/eluser]
this would be an example of sending id = 5 via url:
Code:
<form id="form1" name="form1" method="get" action="/admin/pageedit/5">

but you probably want to make it a variable, so you should write something like:

Code:
<form id="form1" name="form1" method="get" action="/admin/pageedit/<?php echo $id; ?>">

Another way could be adding a hidden field, with name='id' and value='5' for example, and receive its value via post with the rest of the form data


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