This topic is locked

change the value edit page before process ...

11/18/2008 7:16:21 AM
PHPRunner General questions
C
chaintm author

Hello,
I need to add the following to my before process on my edit page, because it needs to be displayed correct on the edit.
$values["event_time_start"] = strtotime($values["event_time_start"]);

$values["event_time_end"] = strtotime($values["event_time_end"]);
works fine on add and view, I just can't find the "code" needed to key this up.. I was trying..$_SESSION[$strTableName."_masterkey1"]; but that's not correct. any help would be appreciated.
Noel B.

J
Jane 11/18/2008

Noel,
key value is in the $_REQUEST["editid1"].