This topic is locked

editid

6/28/2006 5:13:36 AM
PHPRunner General questions
coolbyte author

Hello,
I need access to the id of the actual handled data set in an before edit event. values['editid] seems to be not defined. How can I access that value?

Alexey admin 6/28/2006

Hi,
you can use $_REQUEST["editid"], $_REQUEST["editid2"] and $_REQUEST["editid3"] variables to access key field values.