This topic is locked

Open custom edit page on click

6/21/2024 2:06:14 PM
PHPRunner General questions
P
Pietro Arcadio author

Hi, I have the same need represented in this topic

https://asprunner.com/forums/topic/28027-how-to-use-a-copy-of-the-edit-page-when-clicking-on-the-record-field-on-the-list-page

I have a table list page but I need clicking on a field to open an additional edit page.The table is called tbl_fascicoli, so I understood that the URL to open is

tbl_fascicoli_edit.php?page=edit_cartabia&editid1=id_Fascicolo_PK

edit_cartabia is the name of the edit page and id_Fascicolo_PK is the primary key of the table. What I don't understand is how to exploit click actions to achieve the goal.

What code should I use in client before, server and client after? I did numerous tests but they were all useless. Thank you all and sorry for my bad english.