This topic is locked

Hyperlink on Edit Form

5/17/2007 7:36:46 AM
PHPRunner General questions
D
dcrera author

Hi,
I want to create a hyperlink on a edit form.
The link would use the same key on the edit form to to link to another page with the same key.
How would I reference the key field in the calling form ?
Please give example where possible.
Thanks

J
Jane 5/17/2007

Hi,
try to use following code:

<a href="TableName_edit.php?editid1={$show_key1}">Link</a>

D
dcrera author 5/18/2007

Thank you Jane

Hi,

try to use following code: