This topic is locked

2 versions of edit page

2/6/2006 6:30:07 AM
PHPRunner General questions
adamdidthis author

After teh work you did for me with the secondary auth field i need to have two versions of the edit page. I have got the second version running but it wont save the data into the database, it doesn't return an error or anything just doesnt seem to recognise the update.
where am I going wrong?

admin 2/6/2006

Adam,
I'm sorry, we don't support code modifications made by our customers.
The copy of Edit page will work if you just make a copy of working ..._edit.php file.

Also you should modify <form ... action="..._edit.php"> elements in this file to point them to a copy of edit page.

I.e. if your new file is table_edit1.php, you should replace

<form ... action="table_edit.php">

with

<form ... action="table_edit1.php">

W
webbiz 2/14/2006

Adam,

I'm sorry, we don't support code modifications made by our customers.
The copy of Edit page will work if you just make a copy of working ..._edit.php file.

Also you should modify <form ... action="..._edit.php"> elements in this file to point them to a copy of edit page.

I.e. if your new file is table_edit1.php, you should replace

with


Use $PHP_SELFwill make it universal!