This topic is locked
[SOLVED]

programatically simulate copy record

8/8/2021 11:44:30 AM
PHPRunner General questions
M
markryan author

i like to create a button similar to copy button but wants some modification, how can i simulate copy record button or enter add page in copy mode

admin 8/9/2021

Check what kind of URL the regular Copy button creates and create the same kind of URL in your own button's code.

Example:
categories_add.php?copyid1=5

copyid1 parameter here holds the ID field value of the record you copying.